Compare commits

...

1 Commits

Author SHA1 Message Date
245b46135b wip 2020-04-28 16:23:53 +02:00
3 changed files with 3 additions and 4 deletions

0
backend.py Normal file
View File

View File

@ -117,9 +117,7 @@ d | date: Print the date which the data is from.
else: else:
print("Not implemented: '" + " ".join(argv) + "'") print("Not implemented: '" + " ".join(argv) + "'")
except IndexError: except IndexError:
if argv is None: if argv:
pass
else:
print("Too few arguments: '" + " ".join(argv) + "'") print("Too few arguments: '" + " ".join(argv) + "'")
except ValueError: except ValueError:
print("The currency specified does not exist.") print("The currency specified does not exist.")

View File

@ -1,3 +1,4 @@
PyPDF3 PyPDF3
appdirs appdirs
mechanize mechanize
money-lib