Skip to content

Saving the configuration via the screen Dashticz is putting single quotes around boolean configs #310

Description

@ericvb

When I take an old configuration file, I find the Boolean settings defined like this:
config['last_update'] = '0'

In the latest version, I had to change manually all Boolean settings to:
config['last_update'] = 0
to get it working.

When saving the settings via the screen, the saving code is setting again everywhere single quotes around the Booleans, causing them to not work again

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions