Skip to content

Commit 98e8915

Browse files
authored
Merge pull request #31 from MOmarMiraj/sdk-core/finallythiswillwork
the working commit
2 parents 13bb015 + 2eb7077 commit 98e8915

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/onepassword/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# 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
99
MESSAGE_LIMIT = 50 * 1024 * 1024
1010

11+
1112
machine_arch = platform.machine().lower()
1213
major,minor = map(int,platform.python_version()[:4].split('.'))
1314
base_path = "onepassword.lib"

0 commit comments

Comments
 (0)