changeset 587:cf5ba7532156

Update level server location
author Neil Muller <drnlmuller@gmail.com>
date Wed, 18 Mar 2020 20:02:49 +0200
parents 74cc707b2c38
children 636e28b2e43a
files mamba/constants.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mamba/constants.py	Tue Mar 17 22:36:30 2020 +0200
+++ b/mamba/constants.py	Wed Mar 18 20:02:49 2020 +0200
@@ -16,7 +16,7 @@
 NAME = "Mutable Mamba"
 WINDOW_ICON = "icons/program/icon_24.png"
 FPS = 60
-LEVEL_SERVER = "http://ctpug.org.za/mamba/"
+LEVEL_SERVER = "http://mutable-mamba.org/levels/"
 # LEVEL_SERVER = "http://localhost:5000/"
 LEVEL_SERVER_VERSION = 2