Skip to content

Commit 02cd055

Browse files
committed
remove total time and price fields for now
1 parent 1e66f6c commit 02cd055

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

hypernode_api_python/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,6 @@ def get_active_branchers(self, app_name):
636636
Example:
637637
> client.get_active_branchers("yourhypernodeappname").json()
638638
> {
639-
> "total_time": 15048,
640-
> "total_amount_spent": 252,
641639
> "branchers": [
642640
> {
643641
> "id": 21,

0 commit comments

Comments
 (0)