From 5a58916e4e411a77253792434b43d776f6c24659 Mon Sep 17 00:00:00 2001 From: Julian Metzler Date: Mon, 1 Apr 2024 12:36:10 +0200 Subject: [PATCH] Increase Weilheim via weight --- settings_phalos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings_phalos.py b/settings_phalos.py index 08c3c3b..7390d55 100644 --- a/settings_phalos.py +++ b/settings_phalos.py @@ -158,7 +158,7 @@ VIA_MAP = { } VIA_WEIGHTS = { - "Weilheim": 1 + "Weilheim": 2 }