From fb2c65ef0a4138e474d1fde65a7d81fe7797de8e Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Sun, 20 Oct 2019 14:31:45 +0200 Subject: [PATCH] fix: made grid api errors due to rate limiting and stuff way less dramatic --- pwnagotchi/plugins/default/grid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/plugins/default/grid.py b/pwnagotchi/plugins/default/grid.py index 9535652..7bf1cb9 100644 --- a/pwnagotchi/plugins/default/grid.py +++ b/pwnagotchi/plugins/default/grid.py @@ -143,4 +143,4 @@ def on_internet_available(agent): logging.debug("grid: reporting disabled") except Exception as e: - logging.exception("grid api error") + logging.error("grid api: %s" % e)