Skip to content

Commit b69e983

Browse files
fix uncomment
1 parent 4e92c23 commit b69e983

File tree

1 file changed

+2
-2
lines changed
  • stac_fastapi/opensearch/stac_fastapi/opensearch

1 file changed

+2
-2
lines changed

stac_fastapi/opensearch/stac_fastapi/opensearch/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ def run() -> None:
9797
raise RuntimeError("Uvicorn must be installed in order to use command")
9898

9999

100-
# if __name__ == "__main__":
101-
# run()
100+
if __name__ == "__main__":
101+
run()
102102

103103

104104
def create_handler(app):

0 commit comments

Comments
 (0)