8000 fixing issue with worker instantiation · Ksolo24/twilio-python@3d30813 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d30813

Browse files
committed
fixing issue with worker instantiation
1 parent 7c6cf22 commit 3d30813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/rest/resources/task_router/workers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Workers(ListResource):
2929
name = "Workers"
3030
instance = Worker
3131

32-
def __init__(self, base_uri, auth, **kwargs):
32+
def __init__(self, base_uri, auth, timeout, **kwargs):
3333
super(Workers, self).__init__(base_uri, auth, **kwargs)
3434
self.statistics = Statistics(self.uri, auth, **kwargs)
3535

0 commit comments

Comments
 (0)
0