Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PtPrashantTripathi committed Jul 28, 2023
1 parent a40e7f4 commit 3bc6d98
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 @@ -86,7 +86,7 @@ def main():
client = tweepy.API(auth)
# Tweet Posting
# status = client.create_tweet(text=Post, user_auth=True)
status = client.update_status(post)
status = client.update_status(Post)
print(status)
print("Posted")

Expand Down

0 comments on commit 3bc6d98

Please sign in to comment.