From d2bf7822cff90a7d1acc68c9086edd659eb4594d Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Tue, 29 Mar 2022 23:08:40 -0400 Subject: [PATCH] OCD change --- op25Handler.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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