Formatting

This commit is contained in:
Firepup Sixfifty 2024-11-26 20:49:18 -06:00
parent c7542b89f5
commit 38ac6d98b9
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA

View file

@ -56,7 +56,7 @@ except ImportError:
) )
del pages del pages
print("[INFO] Building user mappings now, this shouldn't take long...") print("[INFO] Building user mappings now, this shouldn't take long...")
#print(users_list[38]) # print(users_list[38])
for ( for (
user user
) in ( ) in (
@ -151,7 +151,7 @@ if __name__ == "__main__":
"\\n", "\n" "\\n", "\n"
) )
try: 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})") print(f"[INFO] Message sent (to the channel)! (TS ID: {ts})")
except Exception as E: except Exception as E:
print("[WARN] Exception:") print("[WARN] Exception:")