We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31bfccb commit e94b18fCopy full SHA for e94b18f
src/actions/twitter_actions.py
@@ -106,7 +106,7 @@ def respond_to_mentions(agent,**kwargs): #REQUIRES TWITTER PREMIUM PLAN
106
user_ids = agent.connection_manager.perform_action(
107
connection_name="twitter",
108
action_name="get-user-details",
109
- params = [None, accounts_to_listen_to]
+ params = [[], accounts_to_listen_to]
110
)
111
if user_ids:
112
accounts_to_listen_to_ids = [user.get('id') for user in user_ids]
0 commit comments