Merge branch 'feature/core' of v2.discours.io:core into feature/core
Some checks failed
Deploy to core / deploy (push) Has been cancelled

This commit is contained in:
2024-01-28 10:03:51 +03:00
6 changed files with 11 additions and 22 deletions

View File

@@ -7,11 +7,11 @@ if __name__ == '__main__':
granian_instance = Granian(
'main:app',
address='0.0.0.0', # noqa S104
address='0.0.0.0', # noqa S104
port=8000,
workers=2,
threads=2,
websockets=False,
interface=Interfaces.ASGI
interface=Interfaces.ASGI,
)
granian_instance.serve()