Delete unnecessary code

This commit is contained in:
taizan_hokuto
2020-10-03 22:41:12 +09:00
parent 58d9bf7fdb
commit 075e811efe

View File

@@ -60,7 +60,6 @@ def main():
if Arguments().output[-1] != "/" or Arguments().output[-1] != "\\":
Arguments().output = '/'.join([Arguments().output, os.path.sep])
path = util.checkpath(Path.resolve(Path(Arguments().output + video_id + '.html')))
print(path)
else:
raise FileNotFoundError
err = None