temp fixes used id

This commit is contained in:
Łukasz Jędyk 2022-01-31 19:48:46 +01:00
parent ca114e3c64
commit 26620708f3

View File

@ -55,7 +55,7 @@ def add_twitter_account():
oauth_tokens = oauth.fetch_access_token(access_token_url)
new_twitter_account = TwitterAccount(
user_id = user_id,
user_id = 'Q9De5dPreNhc8DdrmUBmSE3AYyk1',
twitter_account_id = oauth_tokens['user_id'],
username = oauth_tokens['screen_name'],
access_token = oauth_tokens['oauth_token'],