From ba5eeeba0767d38cea943bf69b3f6341cffedcf3 Mon Sep 17 00:00:00 2001 From: donaldzou Date: Fri, 23 Oct 2020 01:50:52 -0400 Subject: [PATCH] Commit --- .gitignore | 1 + src/test.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f24823f..b79ff9c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +.vscode/sftp.json src/.vscode/sftp.json .DS_Store \ No newline at end of file diff --git a/src/test.py b/src/test.py index 03ecd9e..9a0449a 100644 --- a/src/test.py +++ b/src/test.py @@ -1,4 +1,4 @@ from tinydb import TinyDB, Query conf_db = TinyDB("json/conf.json") -print(conf_db.all()) \ No newline at end of file +print(conf_db.all())