We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed20f0 commit 0c00770Copy full SHA for 0c00770
1 file changed
app/analytics.py
@@ -55,7 +55,7 @@ def post(event_id, duration_in_secs):
55
click.echo(f"INFO: Anonymous analytics has been disabled for /{event_id}")
56
return
57
58
- # this is unique b/c the IP address is fixed. Both together represent
+ # this has to be unique b/c the IP address is fixed. Both together represent
59
# a unique user ID for Plausible
60
actor_id = int.from_bytes(
61
sha256(
0 commit comments