#1117, #1137: fix lint issue

This commit is contained in:
blushingpenguin 2021-08-31 14:40:13 +01:00
parent 8760b6d315
commit 723c052fc2
1 changed files with 1 additions and 1 deletions

View File

@ -1175,7 +1175,7 @@ class gPodder(BuilderWidget, dbus.service.Object):
if (status in [download.DownloadTask.DOWNLOADING,
download.DownloadTask.CANCELLING,
download.DownloadTask.PAUSING] and
activity == download.DownloadTask.ACTIVITY_DOWNLOAD):
activity == download.DownloadTask.ACTIVITY_DOWNLOAD):
downloading += 1
total_speed += speed
elif (status == download.DownloadTask.DOWNLOADING and