We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b90549 commit 399ddccCopy full SHA for 399ddcc
Funz/install.py
@@ -249,6 +249,7 @@ def availableDesigns(refresh_repo = False):
249
warnings.warn("Failed to acces GitHub Funz repo: "+str(requests.get(f"https://api.github.com/orgs/Funz/repos", headers={}, params={})))
250
return(None)
251
252
+ print(_github_repos)
253
l = lambda r: re.sub("algorithm-","",r['name'])
254
return( [l(r) for r in _github_repos if re.subn("algorithm-","",r['name'])[1]>0] )
255
0 commit comments