From bb3ebebb1a2458fa52b042b35d8e5fbad408ff80 Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 26 Jan 2022 21:18:33 -0800 Subject: Fix missing f's. --- base_presence.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base_presence.py') 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(",") -- cgit v1.3