summaryrefslogtreecommitdiff
path: root/base_presence.py
diff options
context:
space:
mode:
Diffstat (limited to 'base_presence.py')
-rwxr-xr-xbase_presence.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/base_presence.py b/base_presence.py
index 405b743..94c5e2f 100755
--- a/base_presence.py
+++ b/base_presence.py
@@ -161,7 +161,7 @@ class PresenceDetection(object):
if "cabin_" in line:
continue
if location == Location.CABIN:
- logger.debug('Cabin count: {cabin_count}')
+ logger.debug(f'Cabin count: {cabin_count}')
cabin_count += 1
try:
(mac, count, ip_name, mfg, ts) = line.split(",")