We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1224576 commit 335e17eCopy full SHA for 335e17e
inoreader/main.py
@@ -74,7 +74,7 @@ def get_client():
74
75
client = InoreaderClient(
76
config.app_id, config.app_key, config.access_token, config.refresh_token,
77
- config.expires_at, userid=config.user_id, config_manager=config
+ config.expires_at, config_manager=config
78
)
79
return client
80
0 commit comments