From 5b876ad3247ff7232e89a40f931c0ae7c8966f40 Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Wed, 26 Apr 2017 18:12:57 -0500 Subject: [PATCH] Fixes getAllDevices.py --- getAllDevices.py | 1 + 1 file changed, 1 insertion(+) diff --git a/getAllDevices.py b/getAllDevices.py index 75f5bfb..ea9d724 100644 --- a/getAllDevices.py +++ b/getAllDevices.py @@ -1,5 +1,6 @@ """Get all gateways from the Meshify API.""" import meshify +import json def main():