euscanwww: Minor fixes

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-07-09 18:15:34 +02:00
parent 379a6d2942
commit 02be58024a
4 changed files with 11 additions and 6 deletions

View File

@ -252,7 +252,7 @@ def main():
if CONFIG['progress']:
on_progress_gen = progress_bar()
on_progress = on_progress_gen.next()
on_progress(maxval=len(queries) * 100, increment=0)
on_progress(maxval=len(queries) * 100, increment=0, label="Working...")
for query in queries:
if CONFIG["progress"]: