X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fshow_new.py;h=efc4ee8c40ff43247968618abcbca3bff4bf0569;hb=400aca3f47b5b52b58077e30c8c2d0fa9921034e;hp=b3420194de9c073002f06d836f4392461e97ee96;hpb=3bcca86748b452397499978565aa5a22bcf2242e;p=dak.git diff --git a/dak/show_new.py b/dak/show_new.py index b3420194..efc4ee8c 100755 --- a/dak/show_new.py +++ b/dak/show_new.py @@ -166,7 +166,7 @@ def do_pkg(upload_id): htmlfile = os.path.join(cnf['Show-New::HTMLPath'], htmlname) # Have we already processed this? - if False and os.path.exists(htmlfile) and \ + if os.path.exists(htmlfile) and \ os.stat(htmlfile).st_mtime > time.mktime(changes.created.timetuple()): with open(htmlfile, "r") as fd: if fd.read() != timeout_str: