From 64e677f5df8f9bffd6fc56b71c94cbddc07c13e1 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Sun, 20 Oct 2019 21:39:14 +0200 Subject: [PATCH] new: implemented auto-update plugin (closes #343) --- pwnagotchi/plugins/default/auto-update.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pwnagotchi/plugins/default/auto-update.py b/pwnagotchi/plugins/default/auto-update.py index 5aa8b555..c3595059 100644 --- a/pwnagotchi/plugins/default/auto-update.py +++ b/pwnagotchi/plugins/default/auto-update.py @@ -202,5 +202,4 @@ def on_internet_available(agent): except Exception as e: logging.error("[update] %s" % e) - logging.debug("[update] setting status '%s'" % prev_status) display.update(force=True, new_data={'status': prev_status if prev_status is not None else ''})