Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Commit

Permalink
fix: updated bot instance twitter attribute (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcwild authored Nov 30, 2021
1 parent a7cff0c commit ae5dd31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion livedivulgador/handlers/post_tweet_alternative.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from dotenv import load_dotenv

from livedivulgador.handlers.post_tweet import PostTweet
from livedivulgador.twitter.client import ClientKeys
from livedivulgador.twitch.categories import LiveStreamCategories
from livedivulgador.twitter.client import ClientKeys, TwitterClient

load_dotenv()

Expand All @@ -24,3 +24,5 @@ class PostTweetAlternative(PostTweet):
)

enabled_categories = LiveStreamCategories("LiveDivulgador2").enabled_categories

twitter_client = TwitterClient(client_keys)

0 comments on commit ae5dd31

Please sign in to comment.