From: Michael Tremer Date: Fri, 2 Dec 2016 10:45:14 +0000 (+0100) Subject: client: Actually refresh data when watching builds/jobs X-Git-Tag: 0.9.28~1285^2~1431 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f1c63a800ea2764e81f573d123f196017964d0b;p=pakfire.git client: Actually refresh data when watching builds/jobs Signed-off-by: Michael Tremer --- diff --git a/src/pakfire/cli.py b/src/pakfire/cli.py index 0099d74bb..9bb3aec6f 100644 --- a/src/pakfire/cli.py +++ b/src/pakfire/cli.py @@ -977,6 +977,9 @@ class CliClient(Cli): time.sleep(60) + # Update data before the next loop is shown + o.refresh() + class CliDaemon(Cli): def __init__(self):