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

@@ -1 +1,2 @@
Flask==3.0.2 Flask==3.0.2
Flask_Cors==4.0.0

View File

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