Skip to content

Commit

Permalink
firt version
Browse files Browse the repository at this point in the history
  • Loading branch information
pingtest committed Apr 23, 2016
1 parent fe5959d commit ea37478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getShadowSocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ def update(self):
error('发现新版本,'+version['info'])
response = requests.get(verify_file, verify=False)
newFile = eval(response.content.strip())
with open('getShadowSocks V'+version['version'], 'a') as f:
with open('getShadowSocksV'+version['version']+'.py', 'a') as f:
f.write(newFile);
success('更新完成,保存:./'+'getShadowSocks V'+version['version'])
success('更新完成,保存:./'+'getShadowSocks V'+version['version']+'.py')


def start(self):
Expand Down

0 comments on commit ea37478

Please sign in to comment.