From e4280f7721cd6925d73397963d07a07a72df5975 Mon Sep 17 00:00:00 2001 From: sugoidogo Date: Sun, 14 Dec 2025 22:13:23 -0800 Subject: [PATCH] update release url --- astrolobot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrolobot.py b/astrolobot.py index 65ba5dc..96447f6 100755 --- a/astrolobot.py +++ b/astrolobot.py @@ -13,7 +13,7 @@ def update(): with open(script_path()+'astrolobot.py','r') as file: current_script=file.read() urlretrieve( - 'https://github.com/sugoidogo/astrolobot/releases/latest/download/astrolobot.py', + 'https://gitea.sugoidogo.com/SugoiDogo/astrolobot/releases/download/latest/astrolobot.py', script_path()+'astrolobot.py' ) with open(script_path()+'astrolobot.py','r') as file: