changeset 593:72539d49c426

Prefer https level server
author Neil Muller <drnlmuller@gmail.com>
date Wed, 11 Jan 2023 21:07:25 +0200
parents ffb0134be578
children 3fdbde59dc8a
files mamba/constants.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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