Przeglądaj źródła

Fixed typo in fastapi.py

Mawoka 4 lat temu
rodzic
commit
c15e188620
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pywebio/platform/fastapi.py

+ 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("""
         raise RuntimeError(strip_space("""
         Missing dependency package `websockets` for websocket support.
         Missing dependency package `websockets` for websocket support.
         You can install it with the following command:
         You can install it with the following command:
-            pip install websocket
+            pip install websockets
         """.strip(), n=8))
         """.strip(), n=8))
 
 
     applications = make_applications(applications)
     applications = make_applications(applications)