bug fix ...

pull/17/head
Steve Nyemba 2 months ago
parent ef430ee3dc
commit e764d4da2a

@ -32,9 +32,13 @@ def Get(theme,_url= URL) :
"""
try:
_url = '/'.join([_url,'api','themes','Get']) +f'?theme={theme}'
try:
return requests.get(_url).json()
except Exception as e:
pass
return None
except Exception as e:
pass
return {}
def installed (path):
return os.listdir(os.sep.join([path,'_assets','themes']))

Loading…
Cancel
Save