Pass in fqsn from fsp admin apis

marketstore_backup
Tyler Goodlet 2022-03-18 15:06:14 -04:00
parent bc9ea7773f
commit 3f060ac53a
1 changed files with 2 additions and 0 deletions

View File

@ -443,6 +443,8 @@ class FspAdmin:
async for msg in stream:
if msg == 'update':
self.linked.graphics_cycle()
else:
log.info(f'recved unexpected fsp engine msg: {msg}')
await complete.wait()