This commit is contained in:
madt1m 2018-06-30 11:30:59 +02:00
parent 54cae95a90
commit 9ee8f47cc6

View File

@ -40,3 +40,4 @@ class DbHandler:
self._c.execute('SELECT pbuf_blob FROM FLOWS')
for row in self._c.fetchall():
flows.append((protobuf.loads(row[0])))
return flows