diff --git a/op25Handler.py b/op25Handler.py index d59b3e9..bbc620c 100644 --- a/op25Handler.py +++ b/op25Handler.py @@ -1,9 +1,7 @@ import logging import shutil -import threading import subprocess -import asyncio -import os +import threading import time @@ -39,7 +37,8 @@ class OP25Handler(threading.Thread): time.sleep(.5) - def set_op25_parameters(self, _frequency: str = False, _http_enabled: bool = True, _start: bool = False, _stop: bool = False): + def set_op25_parameters(self, _frequency: str = False, _http_enabled: bool = True, _start: bool = False, + _stop: bool = False): if _frequency: self.Frequency = _frequency