Commit 039b4fd3 authored by Joel Collins's avatar Joel Collins
Browse files

Removed old clean_keys arg

parent d9cb0056
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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