1 Commits

Author SHA1 Message Date
iwonder 245b46135b wip 2020-04-28 16:23:53 +02:00
3 changed files with 3 additions and 4 deletions
View File
+1 -3
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.")
+1
View File
@@ -1,3 +1,4 @@
PyPDF3
appdirs
mechanize
money-lib