update release url

This commit is contained in:
2025-12-14 22:13:23 -08:00
parent c2638a03ad
commit e4280f7721
+1 -1
View File
@@ -13,7 +13,7 @@ def update():
with open(script_path()+'astrolobot.py','r') as file: with open(script_path()+'astrolobot.py','r') as file:
current_script=file.read() current_script=file.read()
urlretrieve( 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' script_path()+'astrolobot.py'
) )
with open(script_path()+'astrolobot.py','r') as file: with open(script_path()+'astrolobot.py','r') as file: