Changed URL to use a permalink for the Gist

This commit is contained in:
Gonzalo Martinez 2024-08-27 18:21:11 -03:00 committed by GitHub
parent a253702125
commit c4e8a1cf96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ import requests
from simple_term_menu import TerminalMenu
def getImagesList():
ImagesURL="https://gist.githubusercontent.com/ggMartinez/f20f83d6a7630ab49d782abfe9017bc5/raw/3fb857a37b413403322e21469e155922bbac7d0c/sources.json"
ImagesURL="https://gist.githubusercontent.com/ggMartinez/f20f83d6a7630ab49d782abfe9017bc5/raw/sources.json"
return requests.get(ImagesURL).json()
def getStorage():