Switch example listening port from 6669 to 4000
[mudpy.git] / mudpy / tests / selftest.py
index 3461b6d..8713be5 100644 (file)
@@ -223,7 +223,7 @@ def main():
     success = True
     start = time.time()
     for luser in lusers:
-        luser.open("::1", 6669)
+        luser.open("::1", 4000)
     for test, description in dialogue:
         print("\nTesting %s..." % description)
         test_start = time.time()