fix space

This commit is contained in:
frack113
2021-09-27 19:17:14 +02:00
parent bcf40fa4e4
commit bcdf164b4c
+1 -1
View File
@@ -217,7 +217,7 @@ class SysmonConfigBackend(SingleTextQueryBackend, MultiRuleOutputMixin):
raise NotSupportedError(
"Not supported logsource. Should be product `windows`.")
for item in self.logsource.values():
if str(item).lower() in self.allowedSource.keys():
if str(item).lower() in self.allowedSource.keys():
self.table = self.allowedSource.get(item.lower())
break
else: