Added redirector caching #21 #30

Merged
edraft merged 2 commits from #21_chaching into dev 2025-05-02 13:35:55 +02:00
Showing only changes of commit f789344c24 - Show all commits

View File

@ -141,6 +141,7 @@ class APILogger(Logger):
def __init__(self, source: str):
Logger.__init__(self, source, "api")
class MailLogger(Logger):
def __init__(self, source: str):