mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 23:09:44 +00:00
bug fix
This commit is contained in:
parent
54cae95a90
commit
9ee8f47cc6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user