diff --git a/action_script/appletune_run.py b/action_script/appletune_run.py index 5e1eb3b6..f105bfcd 100644 --- a/action_script/appletune_run.py +++ b/action_script/appletune_run.py @@ -1,6 +1,6 @@ import requests -url_api = "http://fundor333.com/pantalone/genera-spese" +url_api = "http://appletune.fundor333.com/pantalone/genera-spese" # Call the API to generate expenses response = requests.get(url_api)