OCD change
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user