mirror of
https://github.com/NohamR/AM-Exporter.git
synced 2026-05-25 12:17:14 +00:00
update requirements
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
Flask==3.0.2
|
Flask==3.0.2
|
||||||
|
Flask_Cors==4.0.0
|
||||||
@@ -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():
|
||||||
|
|||||||
Reference in New Issue
Block a user