Update main.py
This commit is contained in:
a838557765 2021-01-07 15:15:46 +08:00
parent 23e21e00fd
commit f3c71b021c
1 changed files with 1 additions and 2 deletions

View File

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