Skip to content

Commit 482c810

Browse files
committed
use proxies in command login
1 parent 86d9003 commit 482c810

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

inoreader/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ def login():
130130
def redirect():
131131
token = oauth.fetch_token('https://www.inoreader.com/oauth2/token',
132132
authorization_response=request.url,
133-
client_secret=app_key)
133+
client_secret=app_key,
134+
proxies=config.proxies)
134135
queue.put(token)
135136
queue.task_done()
136137
return 'Done.'

0 commit comments

Comments
 (0)