Skip to content

Commit

Permalink
fix a syntax
Browse files Browse the repository at this point in the history
修复之前vivre90更新的一点小疏忽
  • Loading branch information
xuncl committed Oct 14, 2016
1 parent f5e16cd commit efe2c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wxbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ def test_sync_check(self):
try:
retcode = self.sync_check()[0]
except:
retcode == -1
retcode = -1
if retcode == '0':
return True
return False
Expand Down

0 comments on commit efe2c02

Please sign in to comment.