mirror of
https://github.com/cquest/tootbot.git
synced 2024-11-27 14:01:07 +00:00
Merge branch 'master' of https://github.com/pheraph/tootbot
This commit is contained in:
commit
60505c465f
|
@ -339,7 +339,7 @@ else:
|
|||
in_reply_to_id=None,
|
||||
media_ids=toot_media,
|
||||
sensitive=False,
|
||||
visibility='unlisted',
|
||||
visibility=mastodon_visibility,
|
||||
spoiler_text=None)
|
||||
except:
|
||||
print("10s delay")
|
||||
|
@ -348,7 +348,7 @@ else:
|
|||
in_reply_to_id=None,
|
||||
media_ids=toot_media,
|
||||
sensitive=False,
|
||||
visibility='unlisted',
|
||||
visibility=mastodon_visibility,
|
||||
spoiler_text=None)
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user