remove quiet in debug

This commit is contained in:
Simon 2025-01-28 09:44:54 +07:00
parent 781dd8d2fc
commit 40198cd799
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class YtWrap:
self._add_potoken()
if getattr(settings, "DEBUG", False):
del self.obs["quiet"]
print(self.obs)
def _add_cookie(self):