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