Return type

main
Bob Mottram 2024-05-07 12:45:43 +01:00
parent 75aece258f
commit 327c218986
1 changed files with 1 additions and 1 deletions

View File

@ -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
"""