mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
fix typo
This commit is contained in:
parent
675a286f8a
commit
f96cc8e56a
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class PluginManager:
|
||||||
# to be by design.
|
# to be by design.
|
||||||
mod = __import__(modname, globals(), locals(), [''])
|
mod = __import__(modname, globals(), locals(), [''])
|
||||||
if 'deluge_init' in dir(mod):
|
if 'deluge_init' in dir(mod):
|
||||||
if (modname != "TorrentPieces") and (modname != "Simple RSS"):
|
if (modname != "TorrentPieces") and (modname != "SimpleRSS"):
|
||||||
print "Initialising plugin", modname
|
print "Initialising plugin", modname
|
||||||
try:
|
try:
|
||||||
mod.deluge_init(path)
|
mod.deluge_init(path)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue