This commit is contained in:
Jakub Roztocil 2020-08-15 17:51:43 +02:00
parent 6cd934d1b8
commit 5a908aa411

View File

@ -111,5 +111,3 @@ def get_expired_cookies(
for cookie in cookies
if cookie.get('expires', float('Inf')) <= now
]