update
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,8 +3,7 @@ __pycache__/
|
||||
*.py[co]
|
||||
*$py.class
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
|
||||
@@ -1 +1 @@
|
||||
VERSION="4.0.15"
|
||||
VERSION="4.0.16"
|
||||
@@ -10,6 +10,7 @@ from . import logger
|
||||
|
||||
class SupportSC:
|
||||
LIBRARY_LOADING = False
|
||||
"""
|
||||
try:
|
||||
if platform.system() == 'Linux':
|
||||
if (platform.platform().find('86') == -1 and platform.platform().find('64') == -1) or platform.platform().find('arch') != -1 or platform.platform().find('arm') != -1:
|
||||
@@ -22,6 +23,7 @@ class SupportSC:
|
||||
LIBRARY_LOADING = True
|
||||
except:
|
||||
pass
|
||||
"""
|
||||
|
||||
|
||||
@classmethod
|
||||
|
||||
BIN
lib/support/sc/sc.cpython-310-x86_64-linux-gnu.so
Executable file
BIN
lib/support/sc/sc.cpython-310-x86_64-linux-gnu.so
Executable file
Binary file not shown.
Reference in New Issue
Block a user