Skip to content

Commit 6f44441

Browse files
committed
this is the fix, needs tests
1 parent 1521621 commit 6f44441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ def get_feature_flag_payload(
724724
person_properties=person_properties,
725725
group_properties=group_properties,
726726
send_feature_flag_events=send_feature_flag_events,
727-
only_evaluate_locally=True,
727+
only_evaluate_locally=only_evaluate_locally,
728728
disable_geoip=disable_geoip,
729729
)
730730

0 commit comments

Comments
 (0)