Skip to content
Snippets Groups Projects
Commit baaadbbf authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files
parents 816b4812 5cd98714
No related branches found
No related tags found
No related merge requests found
virtualenv/
__pycache__
...@@ -84,4 +84,4 @@ if args.doit is True: ...@@ -84,4 +84,4 @@ if args.doit is True:
bot = telepot.Bot("247551569:AAHpTb4pR8Vq8FlEWYC3O8cOD2OIzQKADyQ") # UFC-Do-Bot bot = telepot.Bot("247551569:AAHpTb4pR8Vq8FlEWYC3O8cOD2OIzQKADyQ") # UFC-Do-Bot
bot.sendMessage(telegram_recv, text, parse_mode="markdown", disable_web_page_preview=True) bot.sendMessage(telegram_recv, text, parse_mode="markdown", disable_web_page_preview=True)
else: else:
print("\n--doit wurde nicht gesetzt. Programm endet hier") print("\nProgramm läuft im Vorschaumodus. Es wird nichts an Telegram abgesendet.")
...@@ -85,5 +85,5 @@ if args.doit is True: ...@@ -85,5 +85,5 @@ if args.doit is True:
print("\nSchick Nachricht an Twitter") print("\nSchick Nachricht an Twitter")
api.update_with_media("image.png", text, file=image) api.update_with_media("image.png", text, file=image)
else: else:
print("\n--doit wurde nicht gesetzt. Programm endet hier") print("\nProgramm läuft im Vorschaumodus. Es wird nichts an Twitter abgesendet.")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment