Skip to content

Commit e0c8d91

Browse files
committed
fix: new version
1 parent 6b7680b commit e0c8d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
if __name__ == "__main__":
18-
# TODO: delete workers=1
18+
# TODO: delete workers=1 after testing
1919
StandaloneApplication(app=get_asgi_application(), workers=1).run()
2020
else:
2121
app = get_wsgi_application()

0 commit comments

Comments
 (0)