update
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,8 +3,7 @@ __pycache__/
|
|||||||
*.py[co]
|
*.py[co]
|
||||||
*$py.class
|
*$py.class
|
||||||
|
|
||||||
# C extensions
|
|
||||||
*.so
|
|
||||||
|
|
||||||
# Distribution / packaging
|
# Distribution / packaging
|
||||||
.Python
|
.Python
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
VERSION="4.0.15"
|
VERSION="4.0.16"
|
||||||
@@ -10,6 +10,7 @@ from . import logger
|
|||||||
|
|
||||||
class SupportSC:
|
class SupportSC:
|
||||||
LIBRARY_LOADING = False
|
LIBRARY_LOADING = False
|
||||||
|
"""
|
||||||
try:
|
try:
|
||||||
if platform.system() == 'Linux':
|
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:
|
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,7 +23,8 @@ class SupportSC:
|
|||||||
LIBRARY_LOADING = True
|
LIBRARY_LOADING = True
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def encode(cls, text, mode=0):
|
def encode(cls, text, mode=0):
|
||||||
|
|||||||
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