From a0c2c95c317ed5cb35129dfbbd7b7b07ad4b37b7 Mon Sep 17 00:00:00 2001 From: jowj Date: Sun, 2 Dec 2018 21:55:12 -0600 Subject: [PATCH] Remove whitespace at the end of the line --- arke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arke.py b/arke.py index 4cab95e..cddf68e 100644 --- a/arke.py +++ b/arke.py @@ -52,7 +52,7 @@ while is_on: errorFile = open("/shared/state.log", "w") errorText = key + " returned with status " + str(value) + "\n" errorFile.write(errorText) - errorFile.close() + errorFile.close() if stateChanged == True: errorFile = open("/shared/alerts.log", "w")