From 53b45ba62fc90f86c373fb9d6ac12f48c917c08b Mon Sep 17 00:00:00 2001
From: Lluis Gifre Renom <lluis.gifre@cttc.es>
Date: Fri, 14 Oct 2022 16:51:16 +0000
Subject: [PATCH] Update __main__.py

---
 hackfest/mock_osm/__main__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hackfest/mock_osm/__main__.py b/hackfest/mock_osm/__main__.py
index 410feda84..e76616eab 100644
--- a/hackfest/mock_osm/__main__.py
+++ b/hackfest/mock_osm/__main__.py
@@ -18,7 +18,7 @@ from .MockOSM import MockOSM
 LOGGER = logging.getLogger(__name__)
 LOGGER.setLevel(logging.DEBUG)
 
-WIM_URL = 'http://10.0.2.10:80'
+WIM_URL = 'http://10.0.2.15:80'
 WIM_USERNAME = 'admin'
 WIM_PASSWORD = 'admin'
 
-- 
GitLab