From a2c534d5d2694a05fb4244d4c35d11ed27630f90 Mon Sep 17 00:00:00 2001 From: xBelladonna Date: Sat, 18 Jan 2020 15:10:29 +0930 Subject: [PATCH] Fix typo in telegram.py Signed-off-by: xBelladonna --- telegram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram.py b/telegram.py index f7d2266..b4feb3e 100644 --- a/telegram.py +++ b/telegram.py @@ -28,7 +28,7 @@ class Telegram(plugins.Plugin): logging.info("Detected new activity and internet, time to send a message!") - picture = '/root/pwnagocthi.png' + picture = '/root/pwnagotchi.png' display.on_manual_mode(last_session) display.image().save(picture, 'png') display.update(force=True)