tangled
alpha
login
or
join now
edavis.dev
/
bsky-tools
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
feeds: record createdAt may not exist
Eric Davis
2 years ago
88c2083b
7345a73e
+1
-1
1 changed file
expand all
collapse all
unified
split
feeds
battle.py
+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
47
-
ts = self.safe_timestamp(record['createdAt']).timestamp()
47
47
+
ts = self.safe_timestamp(record.get('createdAt', '')).timestamp()
48
48
49
49
self.transaction_begin(self.db_cnx)
50
50