- print(repr(obj))

This commit is contained in:
Akash 2020-07-22 17:18:27 +05:30 committed by GitHub
parent f7493d823f
commit 7457e1c793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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