Skip to content

Commit 58b3150

Browse files
fix typo
1 parent 138e5c5 commit 58b3150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def work(self):
4545
p.work()
4646
p = NoTalkProxy()
4747
p.work()
48-
p.busy = 'Yse'
48+
p.busy = 'Yes'
4949
p.work()
5050

5151
### OUTPUT ###

0 commit comments

Comments
 (0)