Hi, jskit.py is trying to connect to a SQLite database at the path 'data/timeline.db', but it fails if the 'data' subdir isn't there. It'd be nice if it checked for the existence of persist_dir @ line 33 of pypkjs/timeline/init.py, and then created it if it didn't exist. Thanks!
Hi, jskit.py is trying to connect to a SQLite database at the path 'data/timeline.db', but it fails if the 'data' subdir isn't there. It'd be nice if it checked for the existence of persist_dir @ line 33 of pypkjs/timeline/init.py, and then created it if it didn't exist. Thanks!