add missing s
This commit is contained in:
parent
bf616fac67
commit
8a55406b69
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user