Skip to content

Commit

Permalink
Fix:Doesn't close after keybooardinterrupt
Browse files Browse the repository at this point in the history
  • Loading branch information
Justaus3r authored Aug 16, 2021
1 parent a944480 commit ae86f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccube.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def ccube():
print("[red]Interruped!,Aborting[/red]")
with open("save_curr_no.txt","w") as save_iter:
save_iter.write(str(numcopy))
notstopped = False
notinturrepted = False
sleep(1)
except Exception as ex:
print(f"[red]Oho!.it seems that i could only run this much.\nFollowing error has occured while i was running:\n{ex}[/red]")
Expand Down

0 comments on commit ae86f10

Please sign in to comment.