Formatting

This commit is contained in:
squidfunk
2023-08-23 15:39:49 +02:00
parent 92fc7f651f
commit 1b2ba4bcef
10 changed files with 28 additions and 28 deletions

View File

@@ -30,6 +30,6 @@ class InfoConfig(Config):
enabled = Type(bool, default = True)
enabled_on_serve = Type(bool, default = False)
# Options for archive
# Settings for archive
archive = Type(bool, default = True)
archive_stop_on_violation = Type(bool, default = True)