Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
- 禁用 账号密码登陆方式 [暂时]
- 强制 使用 Token 方式 [暂时]
  • Loading branch information
txperl committed Feb 13, 2021
1 parent b1d340d commit ddc5ded
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/core/biu/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ def __init__(self, info=None):
self.msger = biuMsg("PixivBiu")
# 暂时
self.sets["account"]["isToken"] = True
self.sets["account"]["username"] = "1"
self.sets["account"]["password"] = "1"

def __del__(self):
self.pool_srh.shutdown(False)
Expand Down

0 comments on commit ddc5ded

Please sign in to comment.