From e890b04e71ef7b882173d5311ab096ce97284c08 Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Mon, 13 Sep 2010 18:47:38 +0200 Subject: [PATCH] display a note to re-run syncdb for adding multiple servers --- pyweb/mumble/management/server_detect.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyweb/mumble/management/server_detect.py b/pyweb/mumble/management/server_detect.py index 5438741..98648c2 100644 --- a/pyweb/mumble/management/server_detect.py +++ b/pyweb/mumble/management/server_detect.py @@ -163,8 +163,8 @@ def find_existing_instances( **kwargs ): elif v: print "This server is not running, can't sync players." - if v > 1: - print "Successfully finished Servers and Players detection." + print "Successfully finished Servers and Players detection." + print "To add more servers, run this command again." return True