🔥 Remove old importers + rate limiter debug logs

This commit is contained in:
GeoffreyCoulaud
2023-06-20 13:07:49 +02:00
parent 6408e250ee
commit c38a73ea98
7 changed files with 0 additions and 809 deletions

View File

@@ -80,12 +80,6 @@ class SteamRateLimiter(RateLimiter):
self.pick_history.remove_old_entries()
super().__init__()
@property
def refill_spacing(self) -> float:
spacing = super().refill_spacing
logging.debug("Next Steam API request token in %f seconds", spacing)
return spacing
def acquire(self):
"""Get a token from the bucket and store the pick history in the schema"""
super().acquire()