Skip to content

Commit

Permalink
fix error log
Browse files Browse the repository at this point in the history
  • Loading branch information
byewokko committed Dec 9, 2024
1 parent 86c0d5c commit cce052a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asab/web/tenant/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def _prepare_providers(self):

async def initialize(self, app):
if len(self.Providers) == 0:
raise L.error(
L.error(
"TenantService requires at least one provider. "
"Specify either `tenant_url` or `ids` in the [tenants] config section."
)
Expand Down

0 comments on commit cce052a

Please sign in to comment.