added second exit
This commit is contained in:
@@ -380,7 +380,10 @@ def main():
|
||||
print(f"{i} ", end="", flush=True)
|
||||
time.sleep(minutesToWait * 60)
|
||||
print("")
|
||||
except KeyboardInterrupt:
|
||||
exit()
|
||||
|
||||
try:
|
||||
print("Starting Collection")
|
||||
|
||||
# Collect data
|
||||
|
||||
Reference in New Issue
Block a user