Refactoring and README update.

This commit is contained in:
Johannes Findeisen 2022-09-25 18:10:37 +02:00
commit e77af2a7e0
7 changed files with 55 additions and 23 deletions

View file

@ -28,7 +28,7 @@ logger = getLogger('linspector')
# TODO: check for all required configuration options and set defaults if needed.
class FritzboxMonitor(Service):
class FritzboxService(Service):
def __init__(self, configuration, environment):
super().__init__(configuration, environment)