mirror of https://gitlab.com/bashrc2/epicyon
Return type
parent
75aece258f
commit
327c218986
|
@ -23,7 +23,7 @@ default_user_agent_blocks = [
|
||||||
|
|
||||||
def update_known_crawlers(ua_str: str,
|
def update_known_crawlers(ua_str: str,
|
||||||
base_dir: str, known_crawlers: {},
|
base_dir: str, known_crawlers: {},
|
||||||
last_known_crawler: int):
|
last_known_crawler: int) -> int:
|
||||||
"""Updates a dictionary of known crawlers accessing nodeinfo
|
"""Updates a dictionary of known crawlers accessing nodeinfo
|
||||||
or the masto API
|
or the masto API
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue