Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
245b46135b |
0
backend.py
Normal file
0
backend.py
Normal file
4
crawl.py
4
crawl.py
@ -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.")
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
PyPDF3
|
PyPDF3
|
||||||
appdirs
|
appdirs
|
||||||
mechanize
|
mechanize
|
||||||
|
money-lib
|
Loading…
Reference in New Issue
Block a user