Răsfoiți Sursa

update documentation for ui.run(..., excludes=)

Falko Schindler 2 ani în urmă
părinte
comite
abc2eba0cb
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      nicegui/run.py

+ 1 - 1
nicegui/run.py

@@ -45,7 +45,7 @@ def run(*,
     :param uvicorn_reload_includes: string with comma-separated list of glob-patterns which trigger reload on modification (default: `'.py'`)
     :param uvicorn_reload_excludes: string with comma-separated list of glob-patterns which should be ignored for reload (default: `'.*, .py[cod], .sw.*, ~*'`)
     :param exclude: comma-separated string to exclude elements (with corresponding JavaScript libraries) to save bandwidth
-      (possible entries: chart, colors, interactive_image, joystick, keyboard, log, scene, upload, table)
+      (possible entries: audio, chart, colors, interactive_image, joystick, keyboard, log, scene, table, video)
     :param tailwind: whether to use Tailwind (experimental, default: `True`)
     '''
     globals.host = host