Skip to content

Commit fde9537

Browse files
committed
call
1 parent 9128a56 commit fde9537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def main():
151151
operator_id, operator_key = load_operator_credentials()
152152
# admin_key = PrivateKey.from_string(os.getenv('ADMIN_KEY'))
153153
admin_key = PrivateKey.generate()
154-
admin_public_key = admin_key.public_key
154+
admin_public_key = admin_key.public_key()
155155
admin_public_key_bytes = admin_public_key.public_bytes(
156156
encoding=serialization.Encoding.Raw,
157157
format=serialization.PublicFormat.Raw

0 commit comments

Comments
 (0)