- print(repr(obj))

This commit is contained in:
Akash
2020-07-22 17:18:27 +05:30
committed by GitHub
parent f7493d823f
commit 7457e1c793

View File

@@ -84,8 +84,6 @@ def main():
else:
obj = Url(args.url)
print(repr(obj))
if args.save:
_save(obj)
elif args.oldest: