mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 17:59:43 +02:00
better tab implementation (not done yet)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user