update:重构基本完成

This commit is contained in:
lan
2023-08-15 21:33:58 +08:00
parent 999a09b2d7
commit b9f9ce6f8c
4 changed files with 9 additions and 6 deletions
+1
View File
@@ -12,6 +12,7 @@ from core.response import APIResponse
class IPRateLimit:
def __init__(self, count, minutes):
print(count, minutes)
self.ips = {}
self.count = count
self.minutes = minutes