write Changelog and fix imports all
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
from subprocess import CompletedProcess, run
|
||||
from shared_libs.wp_app_config import AppConfig
|
||||
from shared_libs.common_tools import ConfigManager
|
||||
from shared_libs.message import MessageDialog
|
||||
|
||||
ConfigManager.init(AppConfig.SETTINGS_FILE)
|
||||
|
||||
@@ -18,7 +19,7 @@ if ConfigManager.get("autostart") != "off":
|
||||
)
|
||||
# Output from start_wg error
|
||||
if process.stderr:
|
||||
|
||||
MessageDialog("error", process.stderr).show()
|
||||
|
||||
else:
|
||||
pass
|
||||
|
Reference in New Issue
Block a user