Browse Source

fix: datetime is not defined

master
zhayujie 1 year ago
parent
commit
b590e889a7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/expired_dict.py

+ 1
- 1
common/expired_dict.py View File

@@ -1,5 +1,5 @@
import time
from datetime import datetime, timedelta

class ExpiredDict(dict):
def __init__(self, expires_in_seconds):


Loading…
Cancel
Save