Skip to content

Commit

Permalink
fix cookies proxy function in fetch_cookies_of_normal
Browse files Browse the repository at this point in the history
  • Loading branch information
thekingofcity committed Apr 12, 2018
1 parent abef605 commit 3b8e61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/redis_db.py
Expand Up @@ -90,7 +90,7 @@ def fetch_cookies_of_normal(cls):
continue
cookies_con.rpush('account_queue', name)
account = json.loads(j_account)
return name, account['cookies']
return name, account['cookies'], j_account['proxy']
return None

@classmethod
Expand Down

0 comments on commit 3b8e61a

Please sign in to comment.