Spaces:
Sleeping
Sleeping
oceansweep
commited on
Commit
•
21f6a30
1
Parent(s):
c08817b
Upload Book_Ingestion_Lib.py
Browse files
App_Function_Libraries/Book_Ingestion_Lib.py
CHANGED
@@ -20,7 +20,7 @@ import logging
|
|
20 |
|
21 |
|
22 |
# Import Local
|
23 |
-
from SQLite_DB import add_media_with_keywords
|
24 |
|
25 |
#######################################################################################################################
|
26 |
# Function Definitions
|
|
|
20 |
|
21 |
|
22 |
# Import Local
|
23 |
+
from App_Function_Libraries.DB.SQLite_DB import add_media_with_keywords
|
24 |
|
25 |
#######################################################################################################################
|
26 |
# Function Definitions
|