Removed old clean_keys arg

This commit is contained in:
Joel Collins 2019-09-15 14:28:03 +01:00
parent d9cb00568a
commit 039b4fd3da

View file

@ -217,7 +217,7 @@ class Microscope:
settings_full = self.settings_file.merge(settings_current)
if json_safe:
settings_full = settings_to_json(settings_full, clean_keys=True)
settings_full = settings_to_json(settings_full)
return settings_full