chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90213c6
)
Fixed typo
author
mpaglia0
<mpaglia0@gmail.com>
Thu, 1 Dec 2022 17:21:39 +0000
(18:21 +0100)
committer
mpaglia0
<mpaglia0@gmail.com>
Thu, 1 Dec 2022 17:21:39 +0000
(18:21 +0100)
pelican_toot.py
patch
|
blob
|
history
diff --git
a/pelican_toot.py
b/pelican_toot.py
index d2a46ef5a5f9d3cf5b2332f3904937279cd30ff8..2f7596be26985042ad2b027cea3d29f02f87579d 100644
(file)
--- a/
pelican_toot.py
+++ b/
pelican_toot.py
@@
-113,8
+113,7
@@
def post_updates(generator, writer):
logger.warning('Pelican_toot: your toot exceeds Mastodon max limit... ')
sys.exit(9)
else:
- print(mastodon_toot)
- #mastodon.toot(mastodon_toot)
+ mastodon.toot(mastodon_toot)
write_articleslist(articleslist)
def register():