fix ssl_decrypt replace logging with message window and path corrected
This commit is contained in:
@ -848,6 +848,7 @@ class FrameWidgets(ttk.Frame):
|
||||
self.selected_option.set(1)
|
||||
self.autoconnect_var.set("")
|
||||
self.auto_con = ConfigManager.get("autostart")
|
||||
AppConfig.get_autostart_content()
|
||||
|
||||
else:
|
||||
self.selected_option.set(0)
|
||||
@ -1144,10 +1145,9 @@ class FrameWidgets(ttk.Frame):
|
||||
if __name__ == "__main__":
|
||||
AppConfig.ensure_directories()
|
||||
AppConfig.create_default_settings()
|
||||
CryptoUtil.decrypt(getpass.getuser(), AppConfig.CONFIG_DIR)
|
||||
_ = AppConfig.setup_translations()
|
||||
LxTools.sigi(AppConfig.TEMP_DIR)
|
||||
|
||||
CryptoUtil.decrypt(getpass.getuser())
|
||||
window = Wirepy()
|
||||
LogConfig.logger(ConfigManager.get("logfile"))
|
||||
"""
|
||||
|
Reference in New Issue
Block a user