mirror of
https://github.com/dw-0/kiauh.git
synced 2026-02-11 03:37:03 +05:00
style: ruff format
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
@@ -116,10 +116,7 @@ class MoonrakerTelegramBot:
|
||||
"%TELEGRAM_BOT_DIR%",
|
||||
self.bot_dir.as_posix(),
|
||||
)
|
||||
env_file_content = env_file_content.replace(
|
||||
"%CFG%",
|
||||
self.cfg_file.as_posix()
|
||||
)
|
||||
env_file_content = env_file_content.replace("%CFG%", self.cfg_file.as_posix())
|
||||
env_file_content = env_file_content.replace(
|
||||
"%LOG%",
|
||||
self.base.log_dir.joinpath(self.log_file_name).as_posix(),
|
||||
|
||||
Reference in New Issue
Block a user