瀏覽代碼

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…
取消
儲存