fix #329 console log feed progression

This commit is contained in:
Eric Le Lay 2018-08-15 15:56:22 +02:00
parent 7b2e440d60
commit 7c96338f50

View file

@ -2579,6 +2579,7 @@ class gPodder(BuilderWidget, dbus.service.Object):
def indicate_updating_podcast(channel):
d = {'podcast': channel.title, 'position': updated + 1, 'total': count}
progression = _('Updating %(podcast)s (%(position)d/%(total)d)') % d
logger.info(progression)
self.pbFeedUpdate.set_text(progression)
try: