change default timeout

This commit is contained in:
clowwindy 2013-01-07 13:08:38 +08:00
parent fe442d2c11
commit f04c45a43d
4 changed files with 5 additions and 5 deletions

View file

@ -125,7 +125,7 @@ class Socks5Server(SocketServer.StreamRequestHandler):
if __name__ == '__main__':
os.chdir(os.path.dirname(__file__) or '.')
print 'shadowsocks v0.9.1'
print 'shadowsocks v0.9.2'
with open('config.json', 'rb') as f:
config = json.load(f)