summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-10-05 10:57:35 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-10-05 10:57:35 +0100
commit6ad3ba51287b1578d8882f3645dfa75c0a7d256f (patch)
treea287845c581974e7ce07f222e9061c2fa28ce671
parent75bbb3d59d7c9988699ffe4d0b638c2158b54c0e (diff)
downloadlorry-controller-6ad3ba51287b1578d8882f3645dfa75c0a7d256f.tar.gz
Fix typo
-rwxr-xr-xlorry-controller2
1 files changed, 1 insertions, 1 deletions
diff --git a/lorry-controller b/lorry-controller
index 1b86849..b1f4d86 100755
--- a/lorry-controller
+++ b/lorry-controller
@@ -144,7 +144,7 @@ class LorryController(cliapp.Application):
'lorry': lorry,
'next-due': nextdue,
}
- updated += 1
+ updated_count += 1
logging.info("Result: %d/%d lorries needed updating" % (
updated_count, len(cur_lorries)))