mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-29 20:56:31 +00:00
fix typo
This commit is contained in:
parent
675a286f8a
commit
f96cc8e56a
@ -60,7 +60,7 @@ class PluginManager:
|
||||
# to be by design.
|
||||
mod = __import__(modname, globals(), locals(), [''])
|
||||
if 'deluge_init' in dir(mod):
|
||||
if (modname != "TorrentPieces") and (modname != "Simple RSS"):
|
||||
if (modname != "TorrentPieces") and (modname != "SimpleRSS"):
|
||||
print "Initialising plugin", modname
|
||||
try:
|
||||
mod.deluge_init(path)
|
||||
|
Loading…
x
Reference in New Issue
Block a user