OCD change

This commit is contained in:
Logan Cusano
2022-03-29 23:08:40 -04:00
parent 22d36c5f19
commit d2bf7822cf

View File

@@ -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