We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c90dc commit 0fc2098Copy full SHA for 0fc2098
1 file changed
utils/utils.py
@@ -37,6 +37,8 @@ def get_config() -> dict:
37
config['MI_PASSWORD'] = md5_crypto(passwd)
38
if config.get('SIGN_IN').upper() in ('Y', 'YES'):
39
config['SIGN_IN'] = True
40
+ else:
41
+ config['SIGN_IN'] = False
42
return config
43
44
0 commit comments