Skip to content

Commit 335e17e

Browse files
committed
remove user id from cli
1 parent 1224576 commit 335e17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inoreader/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def get_client():
7474

7575
client = InoreaderClient(
7676
config.app_id, config.app_key, config.access_token, config.refresh_token,
77-
config.expires_at, userid=config.user_id, config_manager=config
77+
config.expires_at, config_manager=config
7878
)
7979
return client
8080

0 commit comments

Comments
 (0)