This commit is contained in:
Labrys of Knossos 2022-12-03 08:18:39 -05:00
commit 8d4a1c734c

View file

@ -15,9 +15,9 @@ from requests_oauthlib import OAuth2Session
class InitSickBeard: class InitSickBeard:
"""Sickbeard init class. """SickBeard init class.
Used to determin which sickbeard fork object to initialize. Used to determine which SickBeard fork object to initialize.
""" """
def __init__(self, cfg, section, input_category): def __init__(self, cfg, section, input_category):