фиксит сборку

This commit is contained in:
2024-08-22 11:49:17 +03:00
parent 3c68318825
commit 54ebe2adbc
2 changed files with 6 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ class Karkas:
await register_bot_webhook(app, singleton.bot, singleton.dp)
await singleton.bot.set_webhook(config.get("core::webhook::public_url"))
hyperConfig = HyperConfig()
hyperConfig.bind = [f"0.0.0.0:{config.get("core::webhook::port")}"]
hyperConfig.bind = [f"0.0.0.0:{config.get('core::webhook::port')}"]
hyperConfig.logger_class = CustomLogger
await serve(app, hyperConfig)