mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Refactor Database.py to handle custom_config with "exploded" key in method "ui"
This commit is contained in:
parent
8a4a875947
commit
dce5ec484a
1 changed files with 1 additions and 1 deletions
|
|
@ -1101,7 +1101,7 @@ class Database:
|
|||
to_put = []
|
||||
endl = "\n"
|
||||
for custom_config in custom_configs:
|
||||
if method != "ui":
|
||||
if "exploded" in custom_config:
|
||||
config = {"data": custom_config["value"], "method": method}
|
||||
|
||||
if custom_config["exploded"][0]:
|
||||
|
|
|
|||
Loading…
Reference in a new issue