make sure simplerss does not load
This commit is contained in:
parent
1e541a5b43
commit
fd2a3a5607
@ -60,7 +60,7 @@ class PluginManager:
|
||||
# to be by design.
|
||||
mod = __import__(modname, globals(), locals(), [''])
|
||||
if 'deluge_init' in dir(mod):
|
||||
if modname != "TorrentPieces":
|
||||
if (modname != "TorrentPieces") and (modname != "Simple RSS"):
|
||||
print "Initialising plugin", modname
|
||||
try:
|
||||
mod.deluge_init(path)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user