Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a79c09d1 authored by Anmol Agrawal's avatar Anmol Agrawal Committed by Nishith Khanna
Browse files

Limit gitlab repo search to only devices group

parent 58a3c48b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ except:
def getRepos():
    global repos_from_e
    repos_from_e = True
    search_link = "{}/projects?search=_{} device".format(gitlab_api_url, device)
    search_link = "{}/groups/230/projects?search=_{} device".format(gitlab_api_url, device)
    search_link = search_link.replace(' ', '%20')
    gitlabreq = urllib.request.Request(search_link)
    try: