mirror of
https://github.com/alexta69/metube.git
synced 2026-06-16 16:20:07 +00:00
Suppress download progress update
...by sending them to debug
This commit is contained in:
+1
-1
@@ -187,7 +187,7 @@ class Download:
|
||||
self.info.percent = status['downloaded_bytes'] / total * 100
|
||||
self.info.speed = status.get('speed')
|
||||
self.info.eta = status.get('eta')
|
||||
log.info(f"Updating status for {self.info.title}: {status}")
|
||||
log.debug(f"Updating status for {self.info.title}: {status}")
|
||||
await self.notifier.updated(self.info)
|
||||
|
||||
class PersistentQueue:
|
||||
|
||||
Reference in New Issue
Block a user