1
0
Эх сурвалжийг харах

Merge pull request #48 from mawoka-myblock/dev

Fixed typo in fastapi.py
WangWeimin 4 жил өмнө
parent
commit
fa733c370f

+ 1 - 1
pywebio/platform/fastapi.py

@@ -109,7 +109,7 @@ def webio_routes(applications, cdn=True, allowed_origins=None, check_origin=None
         raise RuntimeError(strip_space("""
         Missing dependency package `websockets` for websocket support.
         You can install it with the following command:
-            pip install websocket
+            pip install websockets
         """.strip(), n=8))
 
     applications = make_applications(applications)