mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
fixing black
This commit is contained in:
parent
58cdfe9ee5
commit
b67a38574c
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user