Skip to content

Commit

Permalink
Update channels variable (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
elaubsch authored Apr 21, 2022
1 parent 90970fc commit 44e5775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis_consumer/consumers/caliban_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def _load_data(self, redis_hash, subdir, fname):
'created_at': current_timestamp,
'updated_at': current_timestamp,
'url': upload_file_url,
'channels': hvalues.get('channels', ''),
'channels': '0,,', # encodes that images are nuclear
}

# make a hash for this frame
Expand Down

0 comments on commit 44e5775

Please sign in to comment.