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.
2 parents 2f0ae88 + 96ca20f commit e2d2609Copy full SHA for e2d2609
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