Skip to content

Commit

Permalink
fix(web): mistaken i18n import
Browse files Browse the repository at this point in the history
Signed-off-by: Rongrong <[email protected]>
  • Loading branch information
Rongronggg9 committed Nov 12, 2023
1 parent 39b7ed8 commit 32cc879
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/web/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
from urllib.parse import urlparse
from multidict import CIMultiDictProxy

from .. import env, log, i18n
from .. import env, log
from ..i18n import i18n

logger = log.getLogger('RSStT.web')
PRIVATE_NETWORKS: Final = tuple(ip_network(ip_block) for ip_block in
Expand Down

0 comments on commit 32cc879

Please sign in to comment.