Commit f3d0629f by John Eskew

Fix variable reference

parent 3f51877d
......@@ -24,7 +24,7 @@ MODULE_DIR = path(__file__).dirname()
class TimingDataStorage(object):
SCHEMA_NAME = 'schema.sql'
SCHEMA_PATH = MODULE_DIR / self.SCHEMA_NAME
SCHEMA_PATH = MODULE_DIR / SCHEMA_NAME
DEFAULT_DB_NAME = 'block_times.db'
def __init__(self, **kwargs):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment