bin/linspector fix and added run() method to linspectord.py.

This commit is contained in:
Johannes Findeisen 2022-09-28 04:26:12 +02:00
commit 23f52504e2
2 changed files with 5 additions and 3 deletions

View file

@ -34,3 +34,6 @@ class Linspectord(Daemon):
self.__configuration = configuration
self.__environment = environment
self.__linspector = linspector
def run(self):
return