merge after rebasing toast fix

This commit is contained in:
Kevin Froman 2021-01-21 20:26:41 +00:00
commit d03620db7e
1 changed files with 0 additions and 1 deletions

View File

@ -40,6 +40,5 @@ def store_block(block: 'Kasten', safe_db: 'SafeDB'):
# Append the block to the list of blocks for this given type
block_list_for_type += block.id
safe_db.put(f'bl-{block_type}', block_list_for_type)