Fix missing f's.
[python_utils.git] / base_presence.py
index 405b743f90e33a85394528403f06bce71d153cc8..94c5e2f0b2ecbcf278df0c7ed09bf357286242f3 100755 (executable)
@@ -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(",")