Skip to content

Commit

Permalink
fix: add missing call
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Mar 11, 2024
1 parent 1f76e51 commit bfcb01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sblex/saldo_ws/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
settings = config.read_settings_from_env()
print(f"{settings=}")

# app = server.create_saldo_ws_server(settings=settings)
app = server.create_saldo_ws_server(settings=settings)

0 comments on commit bfcb01a

Please sign in to comment.