From 327c218986d8466dae7bfa3116099952f3a046ed Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 7 May 2024 12:45:43 +0100 Subject: [PATCH] Return type --- crawlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawlers.py b/crawlers.py index 0d33f0674..424ac4bb5 100644 --- a/crawlers.py +++ b/crawlers.py @@ -23,7 +23,7 @@ default_user_agent_blocks = [ def update_known_crawlers(ua_str: str, base_dir: str, known_crawlers: {}, - last_known_crawler: int): + last_known_crawler: int) -> int: """Updates a dictionary of known crawlers accessing nodeinfo or the masto API """