Fix logging of detected fork. #1838

This commit is contained in:
Clinton Hall 2021-08-10 08:12:54 +12:00 committed by GitHub
commit dfce2b9f21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -169,7 +169,7 @@ class InitSickBeard(object):
self.detect_fork()
logger.info('{section}:{category} fork set to {fork}'.format
(section=self.section, category=self.input_category, self.fork[0]))
(section=self.section, category=self.input_category, fork=self.fork[0]))
core.FORK_SET = self.fork
self.fork, self.fork_params = self.fork[0], self.fork[1]
# This will create the fork object, and attach to self.fork_obj.