Skip to content

Commit 0c00770

Browse files
committed
Update comment message
1 parent aed20f0 commit 0c00770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/analytics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def post(event_id, duration_in_secs):
5555
click.echo(f"INFO: Anonymous analytics has been disabled for /{event_id}")
5656
return
5757

58-
# this is unique b/c the IP address is fixed. Both together represent
58+
# this has to be unique b/c the IP address is fixed. Both together represent
5959
# a unique user ID for Plausible
6060
actor_id = int.from_bytes(
6161
sha256(

0 commit comments

Comments
 (0)