test network stuff

This commit is contained in:
Vxrtrauter
2026-02-04 03:04:24 +01:00
parent 62c6afe350
commit 990135450f
4 changed files with 25 additions and 4 deletions
+3
View File
@@ -6,6 +6,7 @@ from core.utils.general.logs import get_download_logs
from core.utils.general.shutdown import closehelper, shutdown_event
from core.utils.general.wrappers import run_thread
from core.utils.general.loghandler import split_data, check_completed
from core.network.interface import get_net_interfaces
from core.utils.config.config import read_config
from PySide6 import QtWidgets
from PySide6.QtCore import Qt
@@ -51,6 +52,8 @@ if __name__ == "__main__":
consoleLog("Started update_log thread")
run_thread(threading.Thread(target=check_completed, args=(downloads, state.autoresume)))
consoleLog("Started check_completed thread")
consoleLog("Fetching Network Interfaces...")
get_net_interfaces()
consoleLog("Launching GUI")
run_gui()