Skip to content

Commit

Permalink
Merge pull request #391 from smk762/dev
Browse files Browse the repository at this point in the history
zero start
  • Loading branch information
smk762 authored Jun 7, 2024
2 parents a9a31ec + 633bb8d commit a92a060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/scripts/collect_seednode_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ def migrate_sqlite_to_pgsql(ts, rescan=False):
update_seednode_version_stats_row(row_data)

def import_seednode_stats():
resp = requests.get("http://stats.kmd.io/api/source/seednode_version_stats/").json()
resp = requests.get(f"{OTHER_SERVER}/api/source/seednode_version_stats/").json()

for i in resp["results"]:
row_data = (i["name"], i["season"], i["version"], i["timestamp"], i["error"], i["score"])
Expand Down

0 comments on commit a92a060

Please sign in to comment.