Commit c6bb0c3e authored by Netzdenunziant's avatar Netzdenunziant

Use normal guest session for reply deboosting test

parent 815c30bb
...@@ -52,7 +52,6 @@ def next_session(): ...@@ -52,7 +52,6 @@ def next_session():
return sessions[0] return sessions[0]
class TwitterSession: class TwitterSession:
_user_url = "https://api.twitter.com/graphql/SEn6Mq-OakvVOT1CJqUO2A/UserByScreenName?variables="
twitter_auth_key = None twitter_auth_key = None
def __init__(self): def __init__(self):
...@@ -336,6 +335,7 @@ class TwitterSession: ...@@ -336,6 +335,7 @@ class TwitterSession:
debug('In reply to:' + replied_to_id + '\n') debug('In reply to:' + replied_to_id + '\n')
reference_session = next_session() reference_session = next_session()
reference_session = self
if reference_session is None: if reference_session is None:
debug('No reference session') debug('No reference session')
return return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment