Update main.py

This commit is contained in:
mouadessalim 2023-01-23 01:30:23 +01:00 committed by GitHub
parent 1091fc7988
commit 2908e6c75a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,7 @@ if __name__ == "__main__":
args=( args=(
Write.Input("\n[*] Enter your webhook url -> ", Write.Input("\n[*] Enter your webhook url -> ",
Colors.green_to_cyan, Colors.green_to_cyan,
interval=0.01) interval=0.01),
)) ))
elif (confir == NO) or (confir == NO.upper()): elif (confir == NO) or (confir == NO.upper()):
th_main = Thread(target=main, args=(None,)) th_main = Thread(target=main, args=(None,))