more debugging sigh

This commit is contained in:
JJJHolscher 2024-11-09 18:38:16 +01:00
parent 333ef3a31f
commit b5dd9ffccb

View File

@ -85,7 +85,7 @@ def main():
client = Client() client = Client()
_ = client.login(args.handle, args.password) _ = client.login(args.handle, args.password)
post = send_post(client, args.message) post = send_post(client, message)
# Verification # Verification
posted_message = get_posted_text(client, post.uri) posted_message = get_posted_text(client, post.uri)