We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1dd11 commit 7739c76Copy full SHA for 7739c76
1 file changed
database.py
@@ -116,7 +116,7 @@ async def _aggregate_prices(self):
116
(ONE_WEEK, 5 * 365 * ONE_DAY), # weekly for 5 years
117
]
118
119
-async with self.pool.acquire() as conn:
+ async with self.pool.acquire() as conn:
120
for duration, max_age in buckets:
121
now = int(time.time())
122
bucket_start = (now // duration) * duration - duration
0 commit comments