Skip to content

Commit 7f8095b

Browse files
committed
Changed syntax error
1 parent 9a25e59 commit 7f8095b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyCrawler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
Start out by checking to see if the args are there and
2020
set them to their variables
2121
"""
22-
if len(sys.argv) < 5:
22+
if len(sys.argv) < 4:
2323
sys.exit("Not enough arguments!")
2424
else:
2525
dbname = sys.argv[1]

0 commit comments

Comments
 (0)