ソースを参照

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):


読み込み中…
キャンセル
保存