mirror of
https://codeberg.org/herrthees/ODW-Abfallkalender-Bot-Demo.git
synced 2025-08-02 08:37:34 +00:00
Ausgabe, wenn kein Termin im Abfallkalender
This commit is contained in:
parent
92de3fcfab
commit
83cb6ae3ae
1 changed files with 3 additions and 1 deletions
|
@ -61,4 +61,6 @@ if len(abfallkalender['records']) > 0:
|
||||||
ausgabe=choice(introSaetze)+'\n\n'+ausgabe
|
ausgabe=choice(introSaetze)+'\n\n'+ausgabe
|
||||||
|
|
||||||
# Die Ausgabe
|
# Die Ausgabe
|
||||||
print (ausgabe)
|
print (ausgabe)
|
||||||
|
else:
|
||||||
|
print ('Morgen keine Termine im Abfallkalender.')
|
Loading…
Add table
Add a link
Reference in a new issue