this repo has no description
0
fork

Configure Feed

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

feeds: forgot to save rapidfire.py

+1 -1
+1 -1
feeds/rapidfire.py
··· 46 46 repo = commit['repo'] 47 47 path = op['path'] 48 48 post_uri = f'at://{repo}/{path}' 49 - ts = self.safe_timestamp(record['createdAt']).timestamp() 49 + ts = self.safe_timestamp(record.get('createdAt', '')).timestamp() 50 50 51 51 self.transaction_begin(self.db_cnx) 52 52