From 837567f8c8bb88e9063e7196e10d0ed8a1c00a2e Mon Sep 17 00:00:00 2001 From: sherl Date: Fri, 20 Jun 2025 23:29:56 +0200 Subject: [PATCH] hotfix: add colors to ythdd_api debug trace --- ythdd_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ythdd_api.py b/ythdd_api.py index c4f7bc4..c7350cf 100644 --- a/ythdd_api.py +++ b/ythdd_api.py @@ -1,6 +1,7 @@ #!/usr/bin/python3 from flask import Response, request from markupsafe import escape +from ythdd_globals import colors as c import requests, time, json import ythdd_globals import ythdd_api_v1, ythdd_inv_tl