Skip to content
Snippets Groups Projects
Verified Commit 24e61612 authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

Remove deprecated function

parent e31c69a7
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ print(text)
# Nur abschicken, wenn es wirklich verlangt wird. Ansonsten nur in die Konsole schreiben
if args.doit is True:
print("\nSchick Nachricht an Twitter")
api.update_with_media("image.png", text, file=image)
api.update_status_with_media("image.png", text, file=image)
else:
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