update
This commit is contained in:
@@ -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,7 +23,8 @@ class SupportSC:
|
||||
LIBRARY_LOADING = True
|
||||
except:
|
||||
pass
|
||||
|
||||
"""
|
||||
|
||||
|
||||
@classmethod
|
||||
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