diff --git a/sfscan.py b/sfscan.py index 070f28d649..7835a1033f 100644 --- a/sfscan.py +++ b/sfscan.py @@ -269,7 +269,7 @@ def __startScan(self, threaded=True): self.eventQueue = queue.Queue() # moduleList = list of modules the user wants to run - self.__sf.debug("Loading {len(self.__moduleList)} modules ...") + self.__sf.debug(f"Loading {len(self.__moduleList)} modules ...") for modName in self.__moduleList: if not modName: continue