From 3f52156c67b29ac6fcb678db9fe6722acec9a61b Mon Sep 17 00:00:00 2001 From: Dashie Date: Tue, 14 Aug 2018 22:28:32 +0200 Subject: [PATCH] Whoops typo --- little_boxes/webfinger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/little_boxes/webfinger.py b/little_boxes/webfinger.py index 513d151..6853e29 100644 --- a/little_boxes/webfinger.py +++ b/little_boxes/webfinger.py @@ -74,7 +74,7 @@ def get_remote_follow_template(resource: str, debug: bool = False) -> Optional[s return None -def get_actor_url(resource: strm, debug: bool = False) -> Optional[str]: +def get_actor_url(resource: str, debug: bool = False) -> Optional[str]: """Mastodon-like WebFinger resolution to retrieve the activity stream Actor URL. Returns: