This commit is contained in:
Oleksii Shevchuk 2017-04-20 22:36:08 +03:00
parent 6a66d62dab
commit b4c7ff8e89
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ class ReverseSlaveService(Service):
if not s:
return {
k:v for k,v in pupy.infos.iteritems() if not k in (
'launcher_inst'
'launcher_inst',
)
}