Removed old clean_keys arg
This commit is contained in:
parent
d9cb00568a
commit
039b4fd3da
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ class Microscope:
|
||||||
settings_full = self.settings_file.merge(settings_current)
|
settings_full = self.settings_file.merge(settings_current)
|
||||||
|
|
||||||
if json_safe:
|
if json_safe:
|
||||||
settings_full = settings_to_json(settings_full, clean_keys=True)
|
settings_full = settings_to_json(settings_full)
|
||||||
|
|
||||||
return settings_full
|
return settings_full
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue