mirror of
https://github.com/0-8-4/miui-auto-tasks.git
synced 2024-11-16 12:51:36 +00:00
parent
63c90dc8aa
commit
0fc20981c1
@ -37,6 +37,8 @@ def get_config() -> dict:
|
||||
config['MI_PASSWORD'] = md5_crypto(passwd)
|
||||
if config.get('SIGN_IN').upper() in ('Y', 'YES'):
|
||||
config['SIGN_IN'] = True
|
||||
else:
|
||||
config['SIGN_IN'] = False
|
||||
return config
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user