Return types

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

View File

@ -109,7 +109,7 @@ def blocked_user_agent(calling_domain: str, agent_str: str,
blocked_cache_update_secs: int,
crawlers_allowed: [],
known_bots: [], path: str,
block_military: {}):
block_military: {}) -> (bool,):
"""Should a GET or POST be blocked based upon its user agent?
"""
if not agent_str: