almost done

This commit is contained in:
clowwindy 2014-06-01 14:20:40 +08:00
parent cd22d474fe
commit 5e9a9c9beb
3 changed files with 13 additions and 7 deletions

View file

@ -40,10 +40,10 @@ def main():
p = os.path.dirname(os.path.abspath(sys.executable))
os.chdir(p)
utils.print_shadowsocks()
config = utils.get_config(True)
utils.print_shadowsocks()
encrypt.init_table(config['password'], config['method'])
try: