Skip to content

Commit 7998049

Browse files
committed
tweak
1 parent e9245d4 commit 7998049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posthog/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,11 +436,11 @@ def get_feature_flag_payload(
436436

437437

438438
def get_decrypted_feature_flag_payload(
439-
key,
439+
flag_id,
440440
):
441441
return _proxy(
442442
"get_decrypted_feature_flag_payload",
443-
key=key,
443+
flag_id=flag_id,
444444
)
445445

446446

0 commit comments

Comments
 (0)