sys.exit in python gives a SystemExit error pystray

前端 未结 0 1105
南笙
南笙 2021-01-03 04:51

I am running a PYSTRAY icon which starts a console program. When I try stopping it with this code

def stop_rtd():
    print("Stopping RTD")
    sys.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题