diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-07-27 19:07:56 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:48:42 +0200 |
| commit | f37a1bce0e0b0b6ea3f488d7bdaf8bd05bffb123 (patch) | |
| tree | 32eb32ba367bb95aed623851b857fa05dc07c019 /api/opendc | |
| parent | b9d92d91273804da1dc8a1ccd93f04ceb573263a (diff) | |
Improve docs
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) |
