namnguyen hace 6 meses
padre
commit
f673074154
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      doc/gui/extension/table_chess_game.py

+ 1 - 1
doc/gui/extension/table_chess_game.py

@@ -29,4 +29,4 @@ page = """
 """
 
 if __name__ == "__main__":
-    Gui(page, libraries=[ExampleLibrary()]).run(title="Chess Game", port=3003)
+    Gui(page, libraries=[ExampleLibrary()]).run(title="Chess Game")