From 8a55406b6945ea551f3a5532e0bb7ca1bf841811 Mon Sep 17 00:00:00 2001 From: bkfox Date: Wed, 11 Jan 2017 00:10:16 +0100 Subject: [PATCH] add missing s --- aircox/controllers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aircox/controllers.py b/aircox/controllers.py index c39d19a..4da5ef1 100755 --- a/aircox/controllers.py +++ b/aircox/controllers.py @@ -142,7 +142,7 @@ class Streamer: """ # TODO: this method does not work in case the working # directory has been erased then regenerated - if not os.path.exist(self.path + ".pid"): + if not os.path.exists(self.path + ".pid"): return with open(self.path + ".pid") as file: