this repo has no description

Revert "bsky-activity: blocks is an attr"

This reverts commit efd9aad0975cd0d196b490a716d60bfdc378802d.

Changed files
+1 -1
+1 -1
bsky-activity.py
···
op = commit_op.copy()
if op['cid'] is not None:
op['cid'] = op['cid'].encode('base32')
-
# op['record'] = car_parsed.blocks.get(op['cid'])
+
op['record'] = car_parsed.blocks.get(op['cid'])
yield message, op