This commit is contained in:
√(noham)²
2024-03-03 00:36:21 +01:00
parent ed71e77b1c
commit 961ff7439f
2 changed files with 7 additions and 3 deletions

View File

@@ -43,7 +43,8 @@ def post(currentsong):
else :
return r.text
url = "http://192.168.1.58:3005"
url = "http://192.168.1.58:3005" #RUN
url = "http://127.0.0.1:5000" #DEV
headers = {'Content-Type': 'application/json'}
def main():