18 lines
419 B
Python
18 lines
419 B
Python
import os
|
|
|
|
|
|
class SignalMonitor(object):
|
|
def __init__(self, file_path):
|
|
self.file_path = file_path
|
|
|
|
def get_signal(self):
|
|
if self.file_path is None:
|
|
return None
|
|
if os.path.exists(self.file_path):
|
|
with open(self.file_path) as f:
|
|
data = self.file.read()
|
|
os.remove(f)
|
|
return data
|
|
else:
|
|
return None
|