Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
release - make bridge point to prod infra
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiodam committed Dec 17, 2023
1 parent fb73848 commit 2b103bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinet-bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async def bridge(serial_device):
print("received CONNECT_TCP")
break

tcp_reader, tcp_writer = await asyncio.open_connection('127.0.0.1', 2052)
tcp_reader, tcp_writer = await asyncio.open_connection('tinethub.tkbstudios.com', 2052)

serial_writer.write("TCP_CONNECTED\n".encode())
await serial_writer.drain()
Expand Down

0 comments on commit 2b103bc

Please sign in to comment.