updated 3

This commit is contained in:
Ske087
2025-04-12 11:44:59 +03:00
parent 4e3c8915d2
commit fe72361057
12 changed files with 119 additions and 17 deletions

View File

@@ -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'