From 092a609fd355cc45b9bfe5b2cf08ea9a62846e2a Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Wed, 25 Mar 2020 20:46:23 +0100
Subject: [PATCH] comment update

---
 main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.py b/main.py
index efe9491..012c32c 100644
--- a/main.py
+++ b/main.py
@@ -25,7 +25,7 @@ from api import apiGet,apiPost #Scripts to handle the API
 domain_to_index = {}
 
 try:
-    domain = environ["domains"].split(";") #Get the domains from the enviorement variable. If no enviorement variable is set it will be set to 127.0.0.1:5000 (for testing)
+    domain = environ["domains"].split(";") #Get the domains from the enviorement variable. If no enviorement variable is set it will be set to 127.0.0.1:5000 and localhost:5000 (for testing)
 except:
     domain = ["localhost:5000", "127.0.0.1:5000"]
 
-- 
GitLab