Skip to content

Commit 8ca318f

Browse files
committed
fix a syntax
修复之前vivre90更新的一点小疏忽
1 parent cb9b322 commit 8ca318f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wxbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@ def test_sync_check(self):
11401140
try:
11411141
retcode = self.sync_check()[0]
11421142
except:
1143-
retcode == -1
1143+
retcode = -1
11441144
if retcode == '0':
11451145
return True
11461146
return False

0 commit comments

Comments
 (0)