Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
lichenggang
/
tas_token_server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
35c9fd44
authored
Mar 25, 2021
by
lichenggang
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修正自动登录url
parent
c8b665d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/apidigikey.py
lib/apidigikey.py
View file @
35c9fd44
...
...
@@ -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
)]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment