Skip to content

Commit

Permalink
fix settings not loading bug
Browse files Browse the repository at this point in the history
  • Loading branch information
adangert committed Jul 21, 2020
1 parent ae5b48d commit 09fdf6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions common.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,5 @@ def __str__(self):
'random_teams',
'menu_voice',
'random_team_size',
'force_all_start',
]
2 changes: 1 addition & 1 deletion piparty.py
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ def initialize_settings(self):
temp_settings['color_lock_choices'] = temp_colors

except:
pass
print("we found an exception when loading the settings!")

#force these settings
temp_settings.update({
Expand Down

0 comments on commit 09fdf6f

Please sign in to comment.