Skip to content
Snippets Groups Projects
Commit 75011951 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Add potential debug printout (commented out)

parent fe21402c
No related branches found
No related tags found
1 merge request!20Develop
......@@ -458,7 +458,8 @@ class Model:
def get_models_local_names():
cur_language = translation.get_language()
model_ids = requests.get("http://%s/models/json/%s" % (settings.VIPSCOREMANAGER_SERVER_NAME,cur_language), verify=settings.VIPSCOREMANAGER_SSLCERT_PATH)
#print model_ids.text
#print("http://%s/models/json/%s" % (settings.VIPSCOREMANAGER_SERVER_NAME,cur_language))
#print(model_ids.text)
return model_ids
@staticmethod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment