Bug fixed
pull/19/head
Aidaho12 2018-04-25 22:18:44 +06:00
parent 84b5c8394b
commit 46f8932c7c
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ def is_master(ip):
except sqltool.Error as e: except sqltool.Error as e:
return False return False
else: else:
return cur return cur.fetchall()
def show_update_servers(): def show_update_servers():
SERVERS = select_servers() SERVERS = select_servers()