Falko Schindler %!s(int64=2) %!d(string=hai) anos
pai
achega
a8dc0abe50
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/chat_app/main.py

+ 1 - 1
examples/chat_app/main.py

@@ -4,7 +4,7 @@ from typing import List, Tuple
 
 from nicegui import Client, ui
 
-messages: List[Tuple[str, str]] = []
+messages: List[Tuple[str, str, str]] = []
 
 
 @ui.refreshable