this repo has no description

bsky-activity: blocks is an attr

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