hotfix: add colors to ythdd_api debug trace

This commit is contained in:
2025-06-20 23:29:56 +02:00
parent 99e914557a
commit 837567f8c8

View File

@@ -1,6 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
from flask import Response, request from flask import Response, request
from markupsafe import escape from markupsafe import escape
from ythdd_globals import colors as c
import requests, time, json import requests, time, json
import ythdd_globals import ythdd_globals
import ythdd_api_v1, ythdd_inv_tl import ythdd_api_v1, ythdd_inv_tl