From ce4758cf6be7fe55db95c123bd83348581cbec10 Mon Sep 17 00:00:00 2001 From: Fundor333 Date: Wed, 28 Jan 2026 16:30:23 +0100 Subject: [PATCH] Update actions --- action_script/appletune_run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)