diff options
| author | 2020-02-09 23:04:36 +0000 | |
|---|---|---|
| committer | 2020-02-09 23:04:36 +0000 | |
| commit | 22cdafd354080dbcd2dc9d1e0f8fe23a3826d2fc (patch) | |
| tree | 846a168f52b589adbf0bddecb42228fea4bcb504 /src/core_modules/print_activity.py | |
| parent | correctly handle cron / "step" schedule (diff) | |
| signature | ||
format and print ACCOUNT events
Diffstat (limited to 'src/core_modules/print_activity.py')
| -rw-r--r-- | src/core_modules/print_activity.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core_modules/print_activity.py b/src/core_modules/print_activity.py index 2d17e2be..e9968370 100644 --- a/src/core_modules/print_activity.py +++ b/src/core_modules/print_activity.py @@ -38,6 +38,7 @@ class Module(ModuleManager.BaseModule): @utils.hook("formatted.quit") @utils.hook("formatted.rename") @utils.hook("formatted.chghost") + @utils.hook("formatted.account") @utils.hook("formatted.delete") def formatted(self, event): self._print(event) |
