Skip to content

Commit

Permalink
Changing the metadata storage key.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee committed May 10, 2024
1 parent 4f8bed7 commit 5616363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panoptes/pocs/observatory.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def process_observation(
):
self.logger.debug(f"Adding current observation to db: {image_id}")
metadata['status'] = 'complete'
self.db.insert_current('observations', metadata)
self.db.insert_current('images', metadata)

if make_pretty_images or self.get_config(
'observations.make_pretty_images',
Expand Down

0 comments on commit 5616363

Please sign in to comment.