Update everything to work with new API + Reorganize file structurem functions and common logic

This commit is contained in:
Vxrtrauter
2025-10-09 22:12:10 +02:00
parent 53b2bb912e
commit 62b8506d13
7 changed files with 64 additions and 56 deletions
-1
View File
@@ -22,7 +22,6 @@ def run_gui():
sys.exit(app.exec())
def run_aria2server():
global aria2process
aria2process = aria2server()
return aria2process