diff options
Diffstat (limited to 'api/opendc')
| -rw-r--r-- | api/opendc/models/prefab.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/opendc/models/prefab.py b/api/opendc/models/prefab.py index 70910c4a..edf1d4c4 100644 --- a/api/opendc/models/prefab.py +++ b/api/opendc/models/prefab.py @@ -16,6 +16,8 @@ class Prefab(Model): """ user = User.from_google_id(google_id) + # TODO(Jacob) add special handling for OpenDC-provided prefabs + #try: print(self.obj) |
