Skip to content

Commit

Permalink
change tomato url to aggregator
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaudiomv committed Sep 12, 2023
1 parent 3639a56 commit 605cf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def bad_response(message):
def logger_handler(event, context):
num_zones = num_regions = num_areas = num_meetings = num_groups = num_in_person = num_virtual = num_hybrid = 0
req = urllib3.PoolManager().request(
"GET", 'https://tomato.bmltenabled.org/main_server/api/v1/rootservers/')
"GET", 'https://aggregator.bmltenabled.org/main_server/api/v1/rootservers/')
root_servers = json.loads(req.data.decode())

for root in root_servers:
Expand Down

0 comments on commit 605cf9c

Please sign in to comment.