Skip to content

Commit

Permalink
fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Latios96 committed Nov 5, 2021
1 parent 482d005 commit 46ad48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cato_server/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def create_app(
) -> FastAPI:
logger.info(BANNER)
logger.info("Cato Server Version %s", cato_server.__version__)
logger.info("Creating Flask app..")
logger.info("Creating FastApi app..")
obj_graph = pinject.new_object_graph(
modules=[*imported_modules([cato_common, cato, cato_server])],
binding_specs=[bindings],
Expand Down

0 comments on commit 46ad48f

Please sign in to comment.