This commit is contained in:
Noe
2024-12-14 23:17:37 +01:00
parent 246c1ea57b
commit abaf7a0c50
+1 -1
View File
@@ -10,7 +10,7 @@ aria2 = aria2p.API(
secret=""
)
)
download_paused = False
def pauseDownload(_):
global download_paused
if download_paused == True: