mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
4b707aa9d1
Use get_server_stats_by_id instead of get_latest_server_stats The reasoning behind this is that all usages of get_latest_server_stats had `DatabaseShortcuts.return_rows(latest)[0]`, which get_server_stats_by_id already did |
||
---|---|---|
.. | ||
routes/api | ||
ajax_handler.py | ||
api_handler.py | ||
base_api_handler.py | ||
base_handler.py | ||
default_handler.py | ||
file_handler.py | ||
http_handler_page.py | ||
http_handler.py | ||
panel_handler.py | ||
public_handler.py | ||
server_handler.py | ||
static_handler.py | ||
status_handler.py | ||
tornado_handler.py | ||
upload_handler.py | ||
websocket_handler.py | ||
websocket_helper.py |