Changeset 1345
- Timestamp:
- 02/06/07 16:11:21 (6 years ago)
- File:
-
- 1 edited
-
ccsd/trunk/crcnetd/modules/ccs_graph.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ccsd/trunk/crcnetd/modules/ccs_graph.py
r1338 r1345 56 56 session = getSessionE(session_id) 57 57 58 sql = "SELECT * FROM rrdbotlog "58 sql = "SELECT * FROM rrdbotlog ORDER BY timestamp DESC" 59 59 res = session.query(sql, ()) 60 res.sort(key=lambda obj:obj["timestamp"]);61 60 return res 62 61
Note: See TracChangeset
for help on using the changeset viewer.
