summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)))