Refactor rate limiter and datetime formatting

This commit is contained in:
2026-01-22 02:24:03 +01:00
parent f297a8d740
commit 04114ab659
8 changed files with 133 additions and 135 deletions

View File

@@ -172,7 +172,7 @@ def main():
# Initialize all services for daemon mode
app.init_dns()
app.init_email()
app.init_rate_limiter()
app.init_rate_limiters()
run_daemon(app)
return 0
except Exception as e: