From d8070229f24764267ea38c356856d8527edfb876 Mon Sep 17 00:00:00 2001 From: Psychokiller1888 Date: Thu, 25 Nov 2021 14:26:33 +0100 Subject: [PATCH] lol....... sad --- core/Initializer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Initializer.py b/core/Initializer.py index 81dea3c..ba399f2 100644 --- a/core/Initializer.py +++ b/core/Initializer.py @@ -289,7 +289,7 @@ def getUpdateSource(definedSource: str) -> str: if definedSource == 'master': return updateSource - req = requests.get('https://api.github.com/repos/project-alice-assistant/ProjectAlice/branches') + req = requests.get('https://api.github.com/repos/project-alice-assistant/ProjectAliceSatellite/branches') result = req.json() versions = list()