Skip to content

Commit

Permalink
Revert "Platform Adjustment (#223)"
Browse files Browse the repository at this point in the history
This reverts commit aed7fb2.
  • Loading branch information
dachosen1 authored Dec 29, 2024
1 parent aed7fb2 commit 8e68b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nearquake/post_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def save_tweet_to_db(tweet_text: dict, conn) -> bool:
return False


_PLATFORM = [TwitterPost()]
_PLATFORM = [TwitterPost(), BlueSkyPost()]


def post_to_all_platforms(text: str) -> dict:
Expand Down

0 comments on commit 8e68b5b

Please sign in to comment.