From 7501195102c09a512584afa884eed2a6623ac7c5 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Thu, 4 Apr 2024 13:27:57 +0200
Subject: [PATCH] Add potential debug printout (commented out)

---
 forecasts/models.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/forecasts/models.py b/forecasts/models.py
index 1def18fc..4c6d2b9c 100755
--- a/forecasts/models.py
+++ b/forecasts/models.py
@@ -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
-- 
GitLab