Skip to content

Commit

Permalink
update mm_accounts_config_gen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
coyoteclan committed Mar 19, 2024
1 parent 05398c1 commit 3002f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm_accounts_config_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def about_window():
selected_perms = [key for key, value in values.items() if value and isinstance(window[key], sg.Checkbox)]
perms = f":".join(selected_perms)
perms = compress_numbers(perms)
if perms != "*":
if perms != "*" and values['extras'] != "":
perms += f":{values['extras']}"

string = f"scr_mm_users_{selected_group} \"{users_pass.strip()}\"\nscr_mm_perms_{selected_group} \"{perms}\"\n"
Expand Down

0 comments on commit 3002f74

Please sign in to comment.