Rename backup-bot.py to bot.py

This commit is contained in:
SevicheCC 2023-02-01 15:47:52 +08:00 committed by GitHub
parent 2722e40496
commit f5412f4aae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,4 +25,4 @@ mastodon = Mastodon(
feature_set = 'pleroma' feature_set = 'pleroma'
) )
mastodon.status_post('your_post_content') mastodon.status_post('your_post_content')