better tab implementation (not done yet)

This commit is contained in:
2025-09-21 00:54:43 +02:00
parent 01217c21af
commit 8a856f0dad
2 changed files with 15 additions and 29 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ def set_threads(threads):
def aria2server():
downloads_dir = os.path.join(os.path.expanduser("~"), "Downloads")
downloads_dir = os.path.join("Library")
cmd = [
"aria2c",
@@ -41,4 +41,4 @@ def aria2server():
aria2server = subprocess.Popen(cmd)
return aria2server
return aria2server