Refactor rate limiter and datetime formatting
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user