this repo has no description

feeds: record createdAt may not exist

+1 -1
+1 -1
feeds/battle.py
··· 44 44 path = op['path'] 45 45 post_uri = f'at://{repo}/{path}' 46 46 length = grapheme.length(record.get('text', '')) 47 - ts = self.safe_timestamp(record['createdAt']).timestamp() 47 + ts = self.safe_timestamp(record.get('createdAt', '')).timestamp() 48 48 49 49 self.transaction_begin(self.db_cnx) 50 50