We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9671e0e commit 6e32007Copy full SHA for 6e32007
src/middlewared/middlewared/plugins/audit/__init__.py
@@ -1,5 +1,5 @@
1
async def init_audit(middleware, event_type, args):
2
- if await self.middleware.call('system.boot_env_first_boot'):
+ if await middleware.call('system.boot_env_first_boot'):
3
try:
4
await middleware.call("audit.setup")
5
except Exception:
0 commit comments