X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=base_presence.py;fp=base_presence.py;h=94c5e2f0b2ecbcf278df0c7ed09bf357286242f3;hb=bb3ebebb1a2458fa52b042b35d8e5fbad408ff80;hp=405b743f90e33a85394528403f06bce71d153cc8;hpb=26aeb26a54ef46a06a84d6c62492ebca318c5263;p=python_utils.git 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(",")