# HG changeset patch # User Neil Muller # Date 1673464045 -7200 # Node ID 72539d49c426d4bbe868a9bf5e274ff1aecea66c # Parent ffb0134be5785489513a9b9d2dde948696ec7b90 Prefer https level server diff -r ffb0134be578 -r 72539d49c426 mamba/constants.py --- a/mamba/constants.py Wed Jan 11 20:55:05 2023 +0200 +++ b/mamba/constants.py Wed Jan 11 21:07:25 2023 +0200 @@ -16,7 +16,7 @@ NAME = "Mutable Mamba" WINDOW_ICON = "icons/program/icon_24.png" FPS = 60 -LEVEL_SERVER = "http://mutable-mamba.org/levels/" +LEVEL_SERVER = "https://mutable-mamba.org/levels/" # LEVEL_SERVER = "http://localhost:5000/" LEVEL_SERVER_VERSION = 2