Skip to content

Commit 20df976

Browse files
committed
fix totalTime type typo
1 parent c39e9fd commit 20df976

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hypernode_api_python/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ def get_active_branchers(self, app_name):
636636
Example:
637637
> client.get_active_branchers('yourhypernodeappname').json()
638638
> {
639-
> "totalTime": 9417.327453,
639+
> "totalTime": "9417.327453",
640640
> "totalAmountSpent": 9417.327453,
641641
> "branchers": [
642642
> {

0 commit comments

Comments
 (0)