fixer api thread error spam message for notification

This commit is contained in:
Vxrtrauter
2025-10-11 20:41:16 +02:00
parent a9450435d7
commit c151b87da9
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -49,10 +49,9 @@ def dlprogress():
return 0
def send_notification():
while True:
try:
for download in state.aria2:
for download in state.aria2.get_downloads():
if dlprogress() == 100:
notification.notify(
title = "Download finished",