Signed-off-by: Václav Valíček <valicek1994@gmail.com>
This commit is contained in:
2022-08-06 02:12:34 +02:00
parent 92bf69f4f3
commit f4ac509665
2 changed files with 1 additions and 7 deletions

View File

@@ -75,7 +75,7 @@ def gen_config_file(
log.info("Creating detector.cfg")
conf_file = conf_dir.joinpath("detector.cfg")
conf_file.write_text(
"# this file is config for detector\n""
"# this file is config for detector\n"
"# now, it is empty - to disable detector, just delete it!\n"
)