Temp disable of MAL in client.py
This commit is contained in:
parent
0dcc056081
commit
e8cc98efcd
@ -11,11 +11,14 @@ from syncplay.messages import getMessage
|
|||||||
import threading
|
import threading
|
||||||
from syncplay.constants import PRIVACY_SENDHASHED_MODE, PRIVACY_DONTSEND_MODE,\
|
from syncplay.constants import PRIVACY_SENDHASHED_MODE, PRIVACY_DONTSEND_MODE,\
|
||||||
PRIVACY_HIDDENFILENAME, FILENAME_STRIP_REGEX
|
PRIVACY_HIDDENFILENAME, FILENAME_STRIP_REGEX
|
||||||
try:
|
# <MAL DISABLE>
|
||||||
|
libMal = None
|
||||||
|
'''try:
|
||||||
import libMal
|
import libMal
|
||||||
except ImportError:
|
except ImportError:
|
||||||
libMal = None
|
libMal = None
|
||||||
|
'''
|
||||||
|
# </MAL DISABLE>
|
||||||
class SyncClientFactory(ClientFactory):
|
class SyncClientFactory(ClientFactory):
|
||||||
def __init__(self, client, retry = constants.RECONNECT_RETRIES):
|
def __init__(self, client, retry = constants.RECONNECT_RETRIES):
|
||||||
self._client = client
|
self._client = client
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user