From 38ac6d98b96c2007ef93e8c5b5be13d0c4b970c7 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Tue, 26 Nov 2024 20:49:18 -0600 Subject: [PATCH] Formatting --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 5a16556..0ae0728 100644 --- a/main.py +++ b/main.py @@ -56,7 +56,7 @@ except ImportError: ) del pages print("[INFO] Building user mappings now, this shouldn't take long...") - #print(users_list[38]) + # print(users_list[38]) for ( user ) in ( @@ -151,7 +151,7 @@ if __name__ == "__main__": "\\n", "\n" ) try: - ts = client.chat_postMessage(channel=chan, text=msg)['ts'] + ts = client.chat_postMessage(channel=chan, text=msg)["ts"] print(f"[INFO] Message sent (to the channel)! (TS ID: {ts})") except Exception as E: print("[WARN] Exception:")