Spaces:
Running
Running
benediktstroebl
commited on
Commit
·
d45ebbb
1
Parent(s):
c4276af
Update db.py
Browse files- utils/db.py +0 -1
utils/db.py
CHANGED
@@ -12,7 +12,6 @@ class TracePreprocessor:
|
|
12 |
def __init__(self, db_path='preprocessed_traces.db'):
|
13 |
self.db_path = db_path
|
14 |
self.local = threading.local()
|
15 |
-
self.create_tables()
|
16 |
|
17 |
def get_conn(self):
|
18 |
if not hasattr(self.local, 'conn'):
|
|
|
12 |
def __init__(self, db_path='preprocessed_traces.db'):
|
13 |
self.db_path = db_path
|
14 |
self.local = threading.local()
|
|
|
15 |
|
16 |
def get_conn(self):
|
17 |
if not hasattr(self.local, 'conn'):
|