Improve docs for config

This commit is contained in:
2025-11-19 12:24:08 +01:00
parent d1ba8d4d0e
commit f8fb015de3
2 changed files with 4 additions and 3 deletions

View File

@@ -208,7 +208,7 @@ if __name__ == "__main__":
# Start the application
try:
if hasattr(sys, '_MEIPASS'):
if hasattr(sys, "_MEIPASS"):
resource_add_path(os.path.join(sys._MEIPASS))
BiogasControllerApp().run()
except Exception as e: