bump model list fix

This commit is contained in:
ishaan-jaff 2023-08-23 14:50:51 -07:00
parent 21eb00278d
commit a36593dfbd
2 changed files with 2 additions and 2 deletions

View file

@ -1153,7 +1153,7 @@ def get_model_list():
# update model list
model_list = data["model_list"]
return model_list
return None # return None by default
return [] # return empty list by default
except:
print_verbose(f"[Non-Blocking Error] get_all_keys error - {traceback.format_exc()}")