update:自动删除过期文件

This commit is contained in:
lan
2023-08-15 22:37:54 +08:00
parent b9f9ce6f8c
commit 389e95f02d
7 changed files with 54 additions and 5 deletions
-1
View File
@@ -12,7 +12,6 @@ from core.response import APIResponse
class IPRateLimit:
def __init__(self, count, minutes):
print(count, minutes)
self.ips = {}
self.count = count
self.minutes = minutes