This commit is contained in:
Christopher Teutsch 2020-04-28 16:23:53 +02:00
parent add06ef20d
commit 245b46135b
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
mechanize
money-lib