mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 00:18:39 +00:00
disable torrent pieces plugin from loading to prevent upgrade problems now that its been removed
This commit is contained in:
parent
a026f0472d
commit
3e5ad3e60d
1 changed files with 1 additions and 1 deletions
|
@ -951,7 +951,7 @@ window, please enter your password"))
|
||||||
def load_plugins(self):
|
def load_plugins(self):
|
||||||
enable_plugins = self.config.get('enabled_plugins').split(':')
|
enable_plugins = self.config.get('enabled_plugins').split(':')
|
||||||
for plugin in enable_plugins:
|
for plugin in enable_plugins:
|
||||||
if plugin != "Blocklist Importer":
|
if plugin != "Blocklist Importer" and plugin != "Torrent Pieces":
|
||||||
try:
|
try:
|
||||||
self.plugins.enable_plugin(plugin)
|
self.plugins.enable_plugin(plugin)
|
||||||
except KeyError:
|
except KeyError:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue