mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 05:44:23 +00:00
Improve docs for config
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user