Skip to content

Commit

Permalink
remove outdated line from demo
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Aug 6, 2024
1 parent 8fe548e commit a583826
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/documentation/content/page_documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ async def wait_for_connection():
await ui.context.client.connected()
await asyncio.sleep(2)
ui.label('This text is displayed 2 seconds after the page has been fully loaded.')
ui.label(f'The IP address {ui.context.client.ip} was obtained from the websocket.')

ui.link('wait for connection', wait_for_connection)

Expand Down

0 comments on commit a583826

Please sign in to comment.