Skip to content

Commit

Permalink
Merge pull request liuwons#145 from xuncl/master
Browse files Browse the repository at this point in the history
fix a syntax
  • Loading branch information
xmcp authored Oct 14, 2016
2 parents cb9b322 + 8ca318f commit 89aba48
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 89aba48

Please sign in to comment.