Skip to content

Commit

Permalink
fix: typo in referenced tweets (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
axonasif authored Nov 7, 2023
1 parent 6e1c9c7 commit e4218e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/*BotConfig.toml
__pycache__
tweets.db
2 changes: 1 addition & 1 deletion glu/twitter_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async def post_on_slack(new_tweets):
mentions_gitpod = "gitpod" in tweet_text

tweet_type = "post"
if "ref_tweets_data" in tweet:
if "referenced_tweets" in tweet:
# _, ref_tweet_id, _, tweet_type = map(
# str.strip, tweet["ref_tweets_data"].split()
# )
Expand Down

0 comments on commit e4218e9

Please sign in to comment.