We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e9477 commit 4b4909aCopy full SHA for 4b4909a
ch08-deployment/main.py
@@ -50,6 +50,7 @@ def configure_fake_data():
50
51
if __name__ == '__main__':
52
configure()
53
+ # noinspection PyTypeChecker
54
uvicorn.run(api, port=8000, host='127.0.0.1')
55
else:
56
0 commit comments