run removal of inactive users daily

This commit is contained in:
holger krekel
2024-07-09 11:31:05 +02:00
parent 823386d824
commit 66c7115cfc
7 changed files with 10 additions and 4 deletions
@@ -1,7 +1,7 @@
from time import time as now
from chatmaild.doveauth import lookup_passdb
from chatmaild.delete_inactive_users import delete_inactive_users
from chatmaild.doveauth import lookup_passdb
def test_remove_stale_users(db, example_config):