We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0ae88 commit 96ca20fCopy full SHA for 96ca20f
proxy.py
@@ -14,7 +14,7 @@ def __init__(self):
14
15
def work (self):
16
print("Proxy checking for Sales Manager availability")
17
- if self.busy == 'Yes':
+ if self.busy == 'No':
18
self.sales = SalesManager()
19
time.sleep(2);
20
self.sales.talk()
0 commit comments