diff options
Diffstat (limited to 'opendc/models/gpu.py')
| -rw-r--r-- | opendc/models/gpu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/models/gpu.py b/opendc/models/gpu.py index 37de235c..d56ceba6 100644 --- a/opendc/models/gpu.py +++ b/opendc/models/gpu.py @@ -16,7 +16,7 @@ class GPU(Model): } } - TABLE_NAME = 'gpus' + COLLECTION_NAME = 'gpus' COLUMNS = [ 'id', |
