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 dc55cd3 commit 0fc762cCopy full SHA for 0fc762c
scaleapi/tasks.py
@@ -81,7 +81,7 @@ def as_dict(self):
81
82
def refresh(self):
83
"""Refreshes the task details."""
84
- self._json = self._client.fetch_task(self.id).as_dict()
+ self._json = self._client.get_task(self.id).as_dict()
85
86
def cancel(self):
87
"""Cancels the task"""
0 commit comments