Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarticus committed Aug 7, 2024
1 parent 5ee6560 commit 677cfbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion posthog/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ def base64_decode(data):
data = data.encode("ascii")

# Check if the data is URL-encoded
# See
if data.startswith(b"data="):
data = unquote(data.decode("ascii")).split("=", 1)[1]
data = data.encode("ascii")
Expand Down

0 comments on commit 677cfbf

Please sign in to comment.