Commit 35c9fd44 by lichenggang

修正自动登录url

parent c8b665d7
Showing with 1 additions and 1 deletions
......@@ -41,7 +41,7 @@ class DGTokenCrawler(token_lib.BaseTokenCrawler):
self.redirect_uri = 'https://bigdata.ichunt.com/digikey_auth.php'
self._pool = redis.ConnectionPool(host=apidigikey_ip, port=6379, db=0, password=psd)
self._redis = redis.Redis(connection_pool=self._pool)
self.refresh_token_url = "127.0.0.1:8721/refresh"
self.refresh_token_url = "http://127.0.0.1:8721/refresh"
def get_params_list(self):
return [[i] for i in range(THREAD_NUM)]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment