fix autoplay: disabilitato status e rispettato hideserver in videoteca

This commit is contained in:
marco
2020-05-07 23:08:45 +02:00
parent 17d641ef4c
commit b794133b1a
4 changed files with 42 additions and 31 deletions
+1 -1
View File
@@ -621,7 +621,7 @@ def downloadfileGzipped(url, pathfichero):
else:
tiempofalta = 0
logger.info(sec_to_hms(tiempofalta))
progreso.update(percent, "%.2fMB/%.2fMB (%d%%) %.2f Kb/s %s falta " %
progreso.update(percent, "%.2fMB/%.2fMB (%d%%) %.2f Kb/s %s mancanti " %
(descargadosmb, totalmb, percent, old_div(velocidad, 1024), sec_to_hms(tiempofalta)))
break
except: