mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
Fix other sickbeard forks errorring. (#1813)
Co-authored-by: p0psicles <rogier@headshots.nl>
This commit is contained in:
parent
6a6b25fece
commit
f48812eccd
2 changed files with 5 additions and 4 deletions
|
@ -310,7 +310,7 @@ class InitSickBeard(object):
|
|||
logger.debug('Create object for fork {fork}'.format(fork=self.fork))
|
||||
if self.fork and mapped_forks.get(self.fork):
|
||||
# Create the fork object and pass self (SickBeardInit) to it for all the data, like Config.
|
||||
self.fork = mapped_forks[self.fork](self)
|
||||
self.fork_obj = mapped_forks[self.fork](self)
|
||||
else:
|
||||
logger.info('{section}:{category} Could not create a fork object for {fork}. Probaly class not added yet.'.format(
|
||||
section=self.section, category=self.input_category, fork=self.fork)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue