If i use a Keyboard Interrupt Here
fp = NamedTemporaryFile('w+t')fp.write(input("path to save files: "))fp.seek(0)data = fp.read()
Python Crashes
How do i fix this
full code link (GitHub)1
If i use a Keyboard Interrupt Here
fp = NamedTemporaryFile('w+t')fp.write(input("path to save files: "))fp.seek(0)data = fp.read()
Python Crashes
How do i fix this
full code link (GitHub)1