Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit e0af609

Browse files
committed
Update gateway_url doc.
1 parent e556a4b commit e0af609

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

zenaton/client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ def __lazy_init__(self, app_id, api_token, app_env):
6262

6363
"""
6464
Gets the gateway url (GraphQL API)
65-
:param String resource the endpoint for the worker
66-
:param String params url encoded parameters to include in request
67-
:returns String the workers url with parameters
65+
:returns String the gateway url
6866
"""
6967
def gateway_url(self):
7068
url = os.environ.get('ZENATON_GATEWAY_URL') or self.ZENATON_GATEWAY_URL

0 commit comments

Comments
 (0)