We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4c7cef + 296db3d commit ba23974Copy full SHA for ba23974
src/onepassword/core.py
@@ -8,7 +8,6 @@
8
# We set the limit to 50MB to be safe and consistent with the other SDKs (where this limit is 64MB), to be reconsidered upon further testing
9
MESSAGE_LIMIT = 50 * 1024 * 1024
10
11
-
12
machine_arch = platform.machine().lower()
13
major, minor, *_ = map(int, platform.python_version().split('.'))
14
base_path = "onepassword.lib"
0 commit comments