mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +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
|
||||
|
||||
@export
|
||||
def get_feed_config(self, feedname):
|
||||
def get_feed_config(self, feedname):
|
||||
"""Returns configuration for a feed"""
|
||||
return self.config['feeds'][feedname].get_config()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue