mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 17:59:43 +02:00
remove unnessecary
This commit is contained in:
@@ -55,13 +55,6 @@ def dlprogress():
|
|||||||
except:
|
except:
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
def get_active_downloads():
|
|
||||||
try:
|
|
||||||
downloads = state.aria2.get_downloads()
|
|
||||||
return [d for d in downloads if d.is_active]
|
|
||||||
except:
|
|
||||||
return []
|
|
||||||
|
|
||||||
def send_notification(shutdown_event):
|
def send_notification(shutdown_event):
|
||||||
notified = set()
|
notified = set()
|
||||||
while not shutdown_event.is_set():
|
while not shutdown_event.is_set():
|
||||||
|
|||||||
Reference in New Issue
Block a user