missed a closing paren

This commit is contained in:
Firepup Sixfifty 2024-10-06 11:31:54 -05:00
parent 80050e3e40
commit c7542b89f5
Signed by: Firepup650
SSH key fingerprint: SHA256:cb8sEJwc0kQJ6/nMUhscWRe35itf0NFMdSKl3v4qt48

View file

@ -152,7 +152,7 @@ if __name__ == "__main__":
)
try:
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:
print("[WARN] Exception:")
for line in format_exc().split("\n")[:-1]: