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:
7e76c0b
)
Fixed typo
author
Maurizio Paglia
<mpaglia0@gmail.com>
Fri, 2 Dec 2022 09:44:43 +0000
(10:44 +0100)
committer
GitHub
<noreply@github.com>
Fri, 2 Dec 2022 09:44:43 +0000
(10:44 +0100)
pelican_toot.py
patch
|
blob
|
history
diff --git
a/pelican_toot.py
b/pelican_toot.py
index 9de04139480656a41a71a487798a526bb23510bf..f67f2260c2d7742ef9e4c1e80aff8e8d313b57d3 100644
(file)
--- a/
pelican_toot.py
+++ b/
pelican_toot.py
@@
-116,7
+116,6
@@
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)
write_articleslist(articleslist)