this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

don't continue

+1 -7
+1 -7
firehose_utils.py
··· 69 69 70 70 for commit_op in payload['ops']: 71 71 op = commit_op.copy() 72 - record = None 73 72 if op['cid'] is not None: 74 73 op['cid'] = op['cid'].encode('base32') 75 - record = car_parsed.blocks.get(op['cid']) 76 - 77 - if record is not None: 78 - op['record'] = record 79 - else: 80 - continue 74 + op['record'] = car_parsed.blocks.get(op['cid']) 81 75 82 76 yield message, op