Skip to content

Commit

Permalink
make ruff happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Nov 30, 2024
1 parent fe5b2eb commit dbce567
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ def init_flask_app(app: Flask):
logger.info(f"----- build id: {app_config['BUILD_ID']}")
with app.app_context():
logger.debug(
"Server locale translations: " + str([str(i) for i in babel.list_translations()])
"Server locale translations: "
+ str([str(i) for i in babel.list_translations()])
)
oss.init(app.config) # 文件储存

Expand Down

0 comments on commit dbce567

Please sign in to comment.