diff --git a/sbapp/main.py b/sbapp/main.py index 903706f..fdc19fa 100644 --- a/sbapp/main.py +++ b/sbapp/main.py @@ -2176,4 +2176,4 @@ def run(): SidebandApp().run() if __name__ == "__main__": - run() \ No newline at end of file + run() diff --git a/sbapp/services/sidebandservice.py b/sbapp/services/sidebandservice.py index 3e0680a..87b0cdc 100644 --- a/sbapp/services/sidebandservice.py +++ b/sbapp/services/sidebandservice.py @@ -307,4 +307,4 @@ class SidebandService(): self.release_locks() -SidebandService().start() \ No newline at end of file +SidebandService().start()