From ae86f105536853413b0309303d42110d5640bbde Mon Sep 17 00:00:00 2001 From: Justaus3r <72691864+Justaus3r@users.noreply.github.com> Date: Mon, 16 Aug 2021 18:36:57 +0500 Subject: [PATCH] Fix:Doesn't close after keybooardinterrupt --- ccube.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccube.py b/ccube.py index 5ee7fc7..e57cef0 100644 --- a/ccube.py +++ b/ccube.py @@ -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]")