Update main.py
This commit is contained in:
a838557765 2021-01-07 15:15:46 +08:00
parent 23e21e00fd
commit f3c71b021c

View File

@ -122,7 +122,6 @@ if __name__ == '__main__':
sys.exit(myshow.app.exec_()) sys.exit(myshow.app.exec_())
else: else:
try: try:
while(1): pass
pass
except KeyboardInterrupt: except KeyboardInterrupt:
myshow.close() myshow.close()