mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-08 21:06:43 +03:00
Clean code and fix #121
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
from cache.key import KEY
|
||||
from cache.lru import LRU
|
||||
import datetime
|
||||
|
||||
"""MIT License
|
||||
|
||||
Copyright (c) 2020 Rajat Singh
|
||||
@@ -21,10 +25,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE."""
|
||||
'''Modified code from https://github.com/iamsinghrajat/async-cache'''
|
||||
|
||||
from cache.key import KEY
|
||||
from cache.lru import LRU
|
||||
import datetime
|
||||
|
||||
|
||||
class AsyncConditionalTTL:
|
||||
class _TTL(LRU):
|
||||
|
||||
Reference in New Issue
Block a user