mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
remove unnessecary
This commit is contained in:
@@ -54,13 +54,6 @@ def dlprogress():
|
||||
return 0
|
||||
except:
|
||||
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):
|
||||
notified = set()
|
||||
|
||||
Reference in New Issue
Block a user