Merge branch 'guanghongwei'

pull/7/merge
ibuler 2015-05-25 10:10:49 +08:00
commit 67b2467bc9
1 changed files with 2 additions and 0 deletions

View File

@ -376,6 +376,8 @@ if __name__ == '__main__':
except EOFError:
print
continue
except KeyboardInterrupt:
sys.exit(0)
if option in ['P', 'p']:
print_user_host(LOGIN_NAME)
continue