update requirements

This commit is contained in:
√(noham)²
2024-03-03 00:27:35 +01:00
parent c38aa7bb40
commit ed71e77b1c
2 changed files with 3 additions and 2 deletions

View File

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