Skip to content

Commit

Permalink
fix: Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
whiterabbit1983 committed Sep 10, 2024
1 parent 4d9c5d2 commit e241f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents-api/agents_api/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

from .common.exceptions import BaseCommonException
from .dependencies.auth import get_api_key
from .env import api_prefix, hostname, public_port, sentry_dsn
from .env import api_prefix, hostname, protocol, public_port, sentry_dsn
from .exceptions import PromptTooBigError
from .routers import (
agents,
Expand Down

0 comments on commit e241f7f

Please sign in to comment.