fix: use correct telegram bot config path (#600)

* fix telegram bot config path

* use _post)init_value

---------

Co-authored-by: dw-0 <th33xitus@gmail.com>
Co-authored-by: dw-0 <domwil1091+github@gmail.com>
This commit is contained in:
nlef
2024-11-24 17:53:49 +03:00
committed by GitHub
parent 91cba3637e
commit dbbc87f18e

View File

@@ -118,7 +118,7 @@ class MoonrakerTelegramBot:
)
env_file_content = env_file_content.replace(
"%CFG%",
f"{self.base.cfg_dir}/printer.cfg",
self.cfg_file.as_posix()
)
env_file_content = env_file_content.replace(
"%LOG%",