print_server_help by default

This commit is contained in:
BreakWa11 2016-06-22 17:46:08 +08:00
parent b344bc236b
commit 4b2adda440

View file

@ -221,6 +221,8 @@ def main():
print("You have to set the user name or port with -u/-p") print("You have to set the user name or port with -u/-p")
elif action == 4: elif action == 4:
manage.list_user(user) manage.list_user(user)
elif action is None:
print_server_help()
if __name__ == '__main__': if __name__ == '__main__':
main() main()