diff --git a/start.py b/start.py index 69dbd17..20a562a 100644 --- a/start.py +++ b/start.py @@ -67,6 +67,8 @@ async def home(): access_token=session['access_token'], api_base_url=config['instance_url'] ) + + # Fetch the authenticated user user = mastodon.account_verify_credentials() # Fetch followers and followings diff --git a/templates/graph.html b/templates/graph.html index 4f02934..b773241 100644 --- a/templates/graph.html +++ b/templates/graph.html @@ -1,3 +1,6 @@ + +
Nodes:
+Links:
\ No newline at end of file