소스 검색

fix: datetime is not defined

master
zhayujie 1 년 전
부모
커밋
b590e889a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      common/expired_dict.py

+ 1
- 1
common/expired_dict.py 파일 보기

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

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


Loading…
취소
저장