correct iossue

This commit is contained in:
vincent 2020-07-14 16:59:10 +02:00
parent 7db9179a0d
commit a0b7dda7be

View File

@ -49,7 +49,7 @@ class Container(object):
except:
proc=b''
pass
proc.decode('UTF-8')
proc=proc.decode('UTF-8')
if (proc.find(self.name) != -1):
return True
else: