Skip to content

Commit bf80320

Browse files
Update posthog/__init__.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent c2d3259 commit bf80320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def set_once(**kwargs):
151151
properties = kwargs.get("properties", None)
152152
timestamp = kwargs.get("timestamp", None)
153153
uuid = kwargs.get("uuid", None)
154-
disable_geoip = kwargs.get("disabled_geoip", None)
154+
disable_geoip = kwargs.get("disable_geoip", None)
155155
"""
156156
Set properties on a user record, only if they do not yet exist.
157157
This will not overwrite previous people property values, unlike `identify`.

0 commit comments

Comments
 (0)