From 8890c0bd033931f5fadf7336b7abc47624a61836 Mon Sep 17 00:00:00 2001 From: Karl Newell Date: Mon, 16 Sep 2019 12:23:06 -0700 Subject: [PATCH] Update main.py. Fix keyerror exception --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 80844a2..303b1a9 100644 --- a/main.py +++ b/main.py @@ -309,7 +309,7 @@ def getActiveFlowRoutes(self): 'age': str(_age['current'])}) except KeyError as ke: - return False, ke.message + return False, ke return True, self.flow_active