diff options
Diffstat (limited to 'base_presence.py')
| -rwxr-xr-x | base_presence.py | 2 |
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(",") |
