Skip to content

Commit 0fc2098

Browse files
author
O1Si
authored
fix: signin check (#27)
Fixes 每日签到功能异常 #26
1 parent 63c90dc commit 0fc2098

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

utils/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ def get_config() -> dict:
3737
config['MI_PASSWORD'] = md5_crypto(passwd)
3838
if config.get('SIGN_IN').upper() in ('Y', 'YES'):
3939
config['SIGN_IN'] = True
40+
else:
41+
config['SIGN_IN'] = False
4042
return config
4143

4244

0 commit comments

Comments
 (0)