Skip to content
Snippets Groups Projects
Commit 08ed4ccf authored by Erik Johnston's avatar Erik Johnston
Browse files

Update graph.py to use new federation urls

parent 80c056c1
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ def make_graph(pdus, room, filename_prefix):
def get_pdus(host, room):
transaction = json.loads(
urllib2.urlopen(
"http://%s/context/%s/" % (host, room)
"http://%s/matrix/federation/v1/context/%s/" % (host, room)
).read()
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment