rename _is_jwt_token_expired to _jwt_is_expired

This commit is contained in:
Michaël De Boey
2025-03-16 23:18:31 +01:00
parent 0242090a86
commit 5ffedda327
11 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ class DigitalConcertHallIE(InfoExtractor):
@property
def _access_token_is_expired(self):
return self._is_jwt_token_expired(self._access_token)
return self._jwt_is_expired(self._access_token)
def _set_access_token(self, value):
self._access_token = value