From: jordan Date: Thu, 12 May 2011 17:32:35 +0000 (+0000) Subject: store the latest update datetime in the update trigger function too X-Git-Tag: live~277 X-Git-Url: https://git.openstreetmap.org/osqa.git/commitdiff_plain/c621ec9f8ea221879857afa9a458412c82f1504e store the latest update datetime in the update trigger function too git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1036 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum_modules/updater/base.py b/forum_modules/updater/base.py index d26c243..3852028 100644 --- a/forum_modules/updater/base.py +++ b/forum_modules/updater/base.py @@ -163,4 +163,4 @@ def update_trigger(): update_status = check_for_updates() logging.error(smart_unicode("Update process has been triggered: %s" % update_status)) - + settings.LATEST_UPDATE_DATETIME.set_value(now)