Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gorouflex authored Mar 8, 2024
1 parent 5158653 commit 5559656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UXTU4Mac/UXTU4Mac.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def check_cfg_integrity() -> None:
return
cfg = ConfigParser()
cfg.read(CONFIG_PATH)
required_keys = ['password', 'softwareupdate', 'fip', 'dynamicmode', 'time', 'mode']
required_keys = ['password', 'softwareupdate', 'fip', 'dynamicmode', 'sip', 'time', 'mode']
if not cfg.has_section('User') or any(key not in cfg['User'] for key in required_keys):
welcome_tutorial()

Expand Down

0 comments on commit 5559656

Please sign in to comment.