parent
36a0e46c39
commit
6ec6cb4e95
2 changed files with 3 additions and 3 deletions
|
@ -1857,7 +1857,7 @@ def encode_data_uri(data, mime_type):
|
|||
|
||||
|
||||
def age_restricted(content_limit, age_limit):
|
||||
""" Returns True if the content should be blocked """
|
||||
""" Returns True iff the content should be blocked """
|
||||
|
||||
if age_limit is None: # No limit set
|
||||
return False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue