New logging system #10

Merged
logan merged 36 commits from V3_Better_Logging into master 2022-04-01 00:02:09 -04:00
Showing only changes of commit d2bf7822cf - Show all commits

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