mirror of
https://github.com/cquest/tootbot.git
synced 2025-05-10 12:23:56 +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,
|
in_reply_to_id=None,
|
||||||
media_ids=toot_media,
|
media_ids=toot_media,
|
||||||
sensitive=False,
|
sensitive=False,
|
||||||
visibility='unlisted',
|
visibility=mastodon_visibility,
|
||||||
spoiler_text=None)
|
spoiler_text=None)
|
||||||
except:
|
except:
|
||||||
print("10s delay")
|
print("10s delay")
|
||||||
@ -348,7 +348,7 @@ else:
|
|||||||
in_reply_to_id=None,
|
in_reply_to_id=None,
|
||||||
media_ids=toot_media,
|
media_ids=toot_media,
|
||||||
sensitive=False,
|
sensitive=False,
|
||||||
visibility='unlisted',
|
visibility=mastodon_visibility,
|
||||||
spoiler_text=None)
|
spoiler_text=None)
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user