add missing s

This commit is contained in:
bkfox 2017-01-11 00:10:16 +01:00
parent bf616fac67
commit 8a55406b69

View File

@ -142,7 +142,7 @@ class Streamer:
""" """
# TODO: this method does not work in case the working # TODO: this method does not work in case the working
# directory has been erased then regenerated # directory has been erased then regenerated
if not os.path.exist(self.path + ".pid"): if not os.path.exists(self.path + ".pid"):
return return
with open(self.path + ".pid") as file: with open(self.path + ".pid") as file: