log error

This commit is contained in:
deflax 2024-01-04 05:43:19 +00:00
parent b862e7a9ac
commit ed6d9e63b2

View file

@ -34,10 +34,6 @@ obs = {
"head": "https://stream.deflax.net/memfs/9502315a-bb95-4e3e-8c24-8661d6dd2fe8.m3u8" "head": "https://stream.deflax.net/memfs/9502315a-bb95-4e3e-8c24-8661d6dd2fe8.m3u8"
} }
epg = {
"name": "IwayHigh",
""
}
# Datarhei Core API integration # Datarhei Core API integration
SYNC_PERIOD = 30 SYNC_PERIOD = 30
@ -66,6 +62,7 @@ def core_api_sync():
except Exception as err: except Exception as err:
logger.error('client.v3_process_get error') logger.error('client.v3_process_get error')
logger.error(err) logger.error(err)
logger.error(get_process)
continue continue
if meta is None: if meta is None:
# Skip processes without metadata # Skip processes without metadata