Change module name

This commit is contained in:
taizan-hokouto
2020-11-01 19:29:09 +09:00
parent 8f5c3f312a
commit d362152c77
2 changed files with 9 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ def main():
print("You can specify only one video ID.")
return
try:
SimpleEcho(Arguments().video_ids[0]).run()
Echo(Arguments().video_ids[0]).run()
except InvalidVideoIdException as e:
print("Invalid video id:", str(e))
except Exception as e: