From 0d98ee78119cb84385a325edeeed6d8275cac2e6 Mon Sep 17 00:00:00 2001 From: Jonas Zeunert Date: Thu, 9 Jan 2020 23:45:57 +0100 Subject: [PATCH] test --- cli/FlippR_Networking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/FlippR_Networking.py b/cli/FlippR_Networking.py index e7b629c..d510506 100644 --- a/cli/FlippR_Networking.py +++ b/cli/FlippR_Networking.py @@ -26,7 +26,7 @@ class Networking: def getDisplays(self): a = self.get("/displays").json() - print a + print(a) return a def triggerSolenoid(self, solenoid):