rename test_cipher as it will break unit tests

This commit is contained in:
clowwindy 2014-11-05 18:32:01 +08:00
parent 039451bcfb
commit 710fe14190
3 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@ def main():
utils.print_shadowsocks()
encrypt.test_cipher(config['password'], config['method'])
encrypt.try_cipher(config['password'], config['method'])
try:
logging.info("starting local at %s:%d" %