- Timestamp:
- Dec 11, 2007, 2:01:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/validation.py
r236 r250 40 40 if not on: 41 41 return MAX_MEMORY_SINGLE 42 if machine.memory > MAX_MEMORY_SINGLE: 43 # If they've been blessed, let them have it 44 return machine.memory 42 45 machines = getMachinesByOwner(user, machine) 43 46 active_machines = [x for x in machines if g.uptimes[x]]
Note: See TracChangeset
for help on using the changeset viewer.