Skip to content

Commit

Permalink
fix: active-sons api_url
Browse files Browse the repository at this point in the history
  • Loading branch information
rilesdun committed Sep 26, 2023
1 parent 9d38130 commit a76a8e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/accounts/sons/active_sons.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
import sys
from peerplays import PeerPlays
from src.accounts.get_account import get_account_info
from src.supply.common import api_url

def get_active_sons():
"""
Function to get active sons from PeerPlays
"""
peerplays = PeerPlays("wss://ca.peerplays.info")
peerplays = PeerPlays(api_url)

object_id_prefix = "1.33."
object_id_number = 0
Expand Down

0 comments on commit a76a8e4

Please sign in to comment.