diff options
Diffstat (limited to 'opendc/models/cpu.py')
| -rw-r--r-- | opendc/models/cpu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/models/cpu.py b/opendc/models/cpu.py index 5b9b44fb..7ab8cecc 100644 --- a/opendc/models/cpu.py +++ b/opendc/models/cpu.py @@ -16,7 +16,7 @@ class CPU(Model): } } - TABLE_NAME = 'cpus' + COLLECTION_NAME = 'cpus' COLUMNS = [ 'id', |
