Added how to get log as text file

This commit is contained in:
Benjamin Harder
2025-05-18 18:28:40 +02:00
parent 69bcccee5c
commit 5b1d294a7d
4 changed files with 8 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ class Envs:
class Paths:
logs = "./temp/logs.txt"
logs = "./logs/logs.txt"
config_file = "./config/config.yaml"