fix: typo

This commit is contained in:
leko
2024-08-14 22:58:17 +08:00
committed by GitHub
parent c1de7958b6
commit 9d4d79dfe3

View File

@@ -196,7 +196,7 @@ class GlobalFormatter(logging.Formatter):
self.webhook(record) self.webhook(record)
self.matrix(record) self.matrix(record)
self.pushover(record) self.pushover(record)
self.gotify(gotify) self.gotify(record)
if self.settings.colored is True: if self.settings.colored is True:
record.msg = ( record.msg = (