rundaca2.py: The START is an index
This commit is contained in:
parent
a167a2d242
commit
98626e5a46
|
@ -7,7 +7,7 @@ import shutil
|
||||||
import time
|
import time
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
START = '0'
|
START = 0
|
||||||
PASSWORD = ''
|
PASSWORD = ''
|
||||||
for arg in sys.argv[1:]:
|
for arg in sys.argv[1:]:
|
||||||
if len(arg)==1:
|
if len(arg)==1:
|
||||||
|
|
Loading…
Reference in New Issue