We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a25e59 commit 7f8095bCopy full SHA for 7f8095b
PyCrawler.py
@@ -19,7 +19,7 @@
19
Start out by checking to see if the args are there and
20
set them to their variables
21
"""
22
-if len(sys.argv) < 5:
+if len(sys.argv) < 4:
23
sys.exit("Not enough arguments!")
24
else:
25
dbname = sys.argv[1]
0 commit comments