initial commit

This commit is contained in:
ksyasuda
2022-10-19 02:48:12 -07:00
parent c24cba68e9
commit 1869ed4057
10 changed files with 423 additions and 0 deletions

7
pydb/tests/config.py Normal file
View File

@@ -0,0 +1,7 @@
MYSQL_INFO = {
"host": "192.168.5.77",
"user": "jellyfinuser",
"passwd": "jellyfinuser",
"database": "jellyfinhelper",
"port": 3306,
}