This commit is contained in:
2022-01-20 13:21:36 +00:00
parent 5e1aaeddcd
commit 84d4d05f85
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# onlyone
pip install yaml
pip install PyYAML

View File

@@ -45,8 +45,7 @@ class ReadTask:
log.info('FIFO Data: "{0}"'.format(data))
self.server.manager.current(format(data).strip())
def run(self, fifoname, manager):
self.mana
def run(self, fifoname):
while True:
if self.__kill:
return