Skip to content

Commit 6e32007

Browse files
committed
Fxi
1 parent 9671e0e commit 6e32007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/middlewared/middlewared/plugins/audit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
async def init_audit(middleware, event_type, args):
2-
if await self.middleware.call('system.boot_env_first_boot'):
2+
if await middleware.call('system.boot_env_first_boot'):
33
try:
44
await middleware.call("audit.setup")
55
except Exception:

0 commit comments

Comments
 (0)