[WIP] fix frappycfgs
This commit is contained in:
parent
20665ae6f6
commit
085e493942
@ -192,7 +192,7 @@ def summarize_server_state(givencfgs, ourcfgs, sealist, sea_info, strict=False):
|
||||
if addon:
|
||||
givencfgs[addon] = addon
|
||||
frappycfgs = dict(ourcfgs)
|
||||
addons = givencfgs.pop('addons', '')
|
||||
addons = frappycfgs.pop('addons', '')
|
||||
for addon in addons.split(','):
|
||||
addon = addon.strip()
|
||||
if addon:
|
||||
|
Loading…
x
Reference in New Issue
Block a user