Compare commits
No commits in common. "d0a08c9880e8b384da43452225bb7d1598e29687" and "25f9651eaa0f09f4882b6d60cbe0874b6838a299" have entirely different histories.
d0a08c9880
...
25f9651eaa
2 changed files with 1 additions and 6 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -5,11 +5,6 @@ config.yml
|
|||
posts/
|
||||
sentences/
|
||||
|
||||
# Apple
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# ---> Python
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
|
2
main.py
2
main.py
|
@ -64,7 +64,7 @@ def mastodon_post(text, text_hash, entry, audio_file_path):
|
|||
if cfg["mastodon"]["post"]["text"]:
|
||||
status += text
|
||||
if cfg["mastodon"]["post"]["date"]:
|
||||
status += " – " + entry.published
|
||||
status += " – " + entry.pubdate
|
||||
if cfg["mastodon"]["post"]["link"]:
|
||||
status += " – Quelle: " + entry.link
|
||||
|
||||
|
|
Loading…
Reference in a new issue