Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencarlislewalker committed Sep 12, 2024
1 parent f21cb31 commit 91a8de7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,9 +736,9 @@ async def main():
print("Defining open API schema...")
signal.alarm(timeout_dur)
def custom_openapi():
print("+++++")
print(os.getcwd())
print("+++++")
#print("+++++")
#print(os.getcwd())
#print("+++++")
if app.openapi_schema:
return app.openapi_schema
openapi_schema = get_openapi(
Expand Down

0 comments on commit 91a8de7

Please sign in to comment.