Commit
parent
0efef135d6
commit
ba5eeeba07
|
|
@ -1,2 +1,3 @@
|
||||||
|
.vscode/sftp.json
|
||||||
src/.vscode/sftp.json
|
src/.vscode/sftp.json
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
from tinydb import TinyDB, Query
|
from tinydb import TinyDB, Query
|
||||||
conf_db = TinyDB("json/conf.json")
|
conf_db = TinyDB("json/conf.json")
|
||||||
|
|
||||||
print(conf_db.all())
|
print(conf_db.all())
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue