v1
This commit is contained in:
@@ -6,6 +6,7 @@ import time
|
||||
from Decoder import Decoder_main
|
||||
from PubLibrary.RunOnce import is_program_running
|
||||
from PubLibrary.InifileHelper import IniRead
|
||||
from logs.log import algo_log
|
||||
|
||||
def get_device_info(device_type):
|
||||
|
||||
@@ -41,6 +42,7 @@ if __name__ == "__main__":
|
||||
# )
|
||||
|
||||
device_info= get_device_info(1)
|
||||
algo_log(f"device_info: {device_info}", level="INFO")
|
||||
decoder = Decoder_main(device_info=device_info)
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user