mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Fix indentation
This commit is contained in:
parent
c0276a541c
commit
9c6ff72a83
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ class Core(CorePluginBase):
|
||||||
return self.config.config
|
return self.config.config
|
||||||
|
|
||||||
@export
|
@export
|
||||||
def get_feed_config(self, feedname):
|
def get_feed_config(self, feedname):
|
||||||
"""Returns configuration for a feed"""
|
"""Returns configuration for a feed"""
|
||||||
return self.config['feeds'][feedname].get_config()
|
return self.config['feeds'][feedname].get_config()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue