Readd line I accidentally removed in src/Database.py
This commit is contained in:
parent
245c4599dd
commit
8eef9a612d
1 changed files with 1 additions and 0 deletions
|
@ -310,6 +310,7 @@ class Database(object):
|
|||
cursor = self.cursor()
|
||||
with self._lock:
|
||||
cursor.execute(query, params)
|
||||
value = fetch_func(cursor)
|
||||
|
||||
end = time.monotonic()
|
||||
total_milliseconds = (end - start) * 1000
|
||||
|
|
Loading…
Reference in a new issue