Skip to content

Commit

Permalink
Update meta.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jan 23, 2021
1 parent afcc6c6 commit e917eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/meta.py
Expand Up @@ -10,7 +10,7 @@ def get_watermark(request, watermark: str) -> tuple[str, bool]:
updated = False

if watermark == "none":
log.info(request.headers)
logger.info(request.headers)
referer = request.headers.get("referer")
if referer:
domain = urlparse(referer).netloc
Expand Down

0 comments on commit e917eaf

Please sign in to comment.