crypto: add colon seperator for fingerprint

This commit is contained in:
Jens Langhammer
2020-07-07 17:05:31 +02:00
parent c00e01626e
commit 169475ab39
5 changed files with 6 additions and 5 deletions

View File

@ -23,4 +23,4 @@ def get_client_ip(request: Optional[HttpRequest]) -> Optional[str]:
Returns none if no IP Could be found"""
if request:
return _get_client_ip_from_meta(request.META)
return ""
return None