From 1803f24c190a0a4ac25999448b1e9e0d05bab496 Mon Sep 17 00:00:00 2001 From: dingedi Date: Thu, 12 Jan 2023 16:24:18 +0100 Subject: [PATCH] fix script --- scripts/suggestions-to-jsonl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/suggestions-to-jsonl.py b/scripts/suggestions-to-jsonl.py index 7878d52..6cd8e62 100755 --- a/scripts/suggestions-to-jsonl.py +++ b/scripts/suggestions-to-jsonl.py @@ -11,7 +11,7 @@ if __name__ == "__main__": type=str, nargs=1, help="Path to suggestions.db file", - default='suggestions.db' + default='db/suggestions.db' ) parser.add_argument( "--clear",