Better logging
This commit is contained in:
parent
885959d3e1
commit
82e19ebab2
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ for t in reversed(d.entries[0:5]):
|
||||||
c = c.replace('\xa0…',' ')
|
c = c.replace('\xa0…',' ')
|
||||||
|
|
||||||
if toot_media is not None:
|
if toot_media is not None:
|
||||||
|
print(f'posting via {mastodon}, message {c}')
|
||||||
toot = mastodon_api.status_post(c, in_reply_to_id=None, media_ids=toot_media, sensitive=False, visibility='public', spoiler_text=None)
|
toot = mastodon_api.status_post(c, in_reply_to_id=None, media_ids=toot_media, sensitive=False, visibility='public', spoiler_text=None)
|
||||||
if "id" in toot:
|
if "id" in toot:
|
||||||
db.execute("INSERT INTO tweets VALUES ( ? , ? , ? , ? , ? )",
|
db.execute("INSERT INTO tweets VALUES ( ? , ? , ? , ? , ? )",
|
||||||
|
|
Loading…
Reference in a new issue