Update setup.py

This commit is contained in:
snfsx 2024-11-19 19:49:21 +00:00
parent f63495093e
commit 2ac6be7b73

View file

@ -92,7 +92,7 @@ def check(prompt: str, condition: Callable[[int], bool], default=None) -> int:
def main():
print("Сonfigure honeypot for yourself:")
print("Configure honeypot for yourself:")
while True:
tg_bot_token = input("Telegram Bot Token: ").strip()