Upate desktop app to point from local to production server
This commit is contained in:
@@ -47,7 +47,7 @@ class VlcSyncApp(QMainWindow):
|
||||
self.ignore_vlc_events = False
|
||||
self.last_reported_time_ms = 0
|
||||
|
||||
self.sync_client = SyncClientThread("ws://localhost:3000/ws")
|
||||
self.sync_client = SyncClientThread("wss://video-sync.peterstockings.com/ws")
|
||||
self.sync_client.connected.connect(self.on_ws_connected)
|
||||
self.sync_client.room_joined.connect(self.on_room_joined)
|
||||
self.sync_client.room_error.connect(self.on_room_error)
|
||||
|
||||
Reference in New Issue
Block a user