diff --git a/syncplay/client.py b/syncplay/client.py index aa35f00..4d91049 100755 --- a/syncplay/client.py +++ b/syncplay/client.py @@ -115,7 +115,7 @@ class SyncplayClient(object): self._warnings = self._WarningManager(self._player, self.userlist, self.ui, self) self.fileSwitch = FileSwitchManager(self) self.playlist = SyncplayPlaylist(self) - + self._serverSupportsTLS = True if constants.LIST_RELATIVE_CONFIGS and 'loadedRelativePaths' in self._config and self._config['loadedRelativePaths']: diff --git a/syncplay/server.py b/syncplay/server.py index 0769c21..5ecf951 100755 --- a/syncplay/server.py +++ b/syncplay/server.py @@ -7,7 +7,7 @@ import time from string import Template from twisted.enterprise import adbapi -from twisted.internet import task, reactor, ssl +from twisted.internet import task, reactor from twisted.internet.protocol import Factory try: