mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-01-19 00:40:42 -06:00
Twishort keys fixed for 64 bits systems
This commit is contained in:
parent
91c5165d12
commit
f6bf1dcfdc
@ -8,9 +8,9 @@ import paths
|
||||
if platform.architecture()[0][:2] == "32":
|
||||
lib = load_library("api_keys32", x86_path=paths.app_path("keys/lib"))
|
||||
else:
|
||||
# lib = load_library("api_keys64", x64_path=paths.app_path("keys/lib"))
|
||||
import linuxKeys
|
||||
lib = linuxKeys
|
||||
lib = load_library("api_keys64", x64_path=paths.app_path("keys/lib"))
|
||||
# import linuxKeys
|
||||
# lib = linuxKeys
|
||||
|
||||
keyring = None
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user