fixing black

This commit is contained in:
Silversthorn 2023-08-27 14:31:51 +02:00
parent 58cdfe9ee5
commit b67a38574c

View File

@ -148,7 +148,7 @@ class HelperServerStats:
ServerStats.select()
.where(ServerStats.created > max_age)
.where(ServerStats.server_id == server_id)
#.order_by(ServerStats.created.desc())
# .order_by(ServerStats.created.desc())
.execute(self.database)
)
server_stats = []