Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PtPrashantTripathi committed May 25, 2023
1 parent 3d73538 commit 6f052a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
api.verify_credentials()
print("Authentication OK\n")
api.update_status(Post)
print(post)
print(Post)
print("\nPosted")
except Exception as error:
print(f"Error during authentication :\n{error}")

0 comments on commit 6f052a4

Please sign in to comment.