updated 3
This commit is contained in:
@@ -2,9 +2,9 @@ import requests
|
||||
import os
|
||||
|
||||
# Replace with the actual server IP address or domain name, hostname, and quick connect code
|
||||
server_ip = 'http://192.168.0.115:5000'
|
||||
hostname = 'TvHolBa1'
|
||||
quickconnect_code = 'Initial01!'
|
||||
server_ip = 'http://localhost:5000'
|
||||
hostname = 'tv1'
|
||||
quickconnect_code = '4321'
|
||||
|
||||
# Construct the URL with the hostname and quick connect code as query parameters
|
||||
url = f'{server_ip}/api/playlists'
|
||||
|
||||
Reference in New Issue
Block a user