diff --git a/nearquake/post_manager.py b/nearquake/post_manager.py index e1431f4..f198c83 100644 --- a/nearquake/post_manager.py +++ b/nearquake/post_manager.py @@ -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: