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:
print("Not implemented: '" + " ".join(argv) + "'")
except IndexError:
if argv is None:
pass
else:
if argv:
print("Too few arguments: '" + " ".join(argv) + "'")
except ValueError:
print("The currency specified does not exist.")

View File

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