Skip to content

Commit 114da6d

Browse files
committed
fix outdated comment
1 parent 9404b4b commit 114da6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sample_encryption.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from uid2_client import encrypt_data, decrypt_data
66

77
# THIS FILE IS DEPRECATED!
8-
# To learn how to encrypt and decrypt a UID2 advertising token, see sample_client.py.
8+
# To learn how to encrypt and decrypt a UID2 advertising token, see sample_sharing.py (For sharers. See sample_client.py for DSPs)
99

1010
def _usage():
1111
print('Usage: python3 sample_encryption.py <base_url> <auth_key> <secret_key> <ad_token> <data>', file=sys.stderr)

0 commit comments

Comments
 (0)