1 Commits

Author SHA1 Message Date
Christian 25d1c70a0b Fix incorrect log message in PayPal config loader 2026-06-21 19:15:20 +02:00
+1 -1
View File
@@ -44,7 +44,7 @@ class ConfigurationService:
secret=self._config["paypal"]["secret"]
)
except KeyError:
logger.fatal("Error loading DatabaseConfiguration, exiting...")
logger.fatal("Error loading PayPalConfiguration, exiting...")
sys.exit(1)
def get_ticket_info(self) -> tuple[TicketInfo, ...]: