Skip to content

Commit

Permalink
lol....... sad
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychokiller1888 committed Nov 25, 2021
1 parent 28d9ea5 commit d807022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Initializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d807022

Please sign in to comment.