notes hot fix

This commit is contained in:
Hayden
2021-01-18 12:54:27 -09:00
parent d0faa52cfd
commit 2338f017ed
3 changed files with 10 additions and 4 deletions

View File

@@ -54,8 +54,8 @@ app.include_router(static_routes.router)
# Generate API Documentation
if not PRODUCTION:
generate_api_docs(app)
# if not PRODUCTION:
# generate_api_docs(app)
if __name__ == "__main__":
logger.info("-----SYSTEM STARTUP-----")