Initial commit: image+audio to YouTube MP4 queue
This commit is contained in:
commit
f2d53a573f
15 changed files with 826 additions and 0 deletions
7
init_db.py
Normal file
7
init_db.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from config import Config
|
||||
from models import JobStore
|
||||
|
||||
if __name__ == '__main__':
|
||||
cfg = Config()
|
||||
store = JobStore(cfg.DATABASE)
|
||||
print(f"Database ready: {cfg.DATABASE}")
|
||||
Loading…
Add table
Add a link
Reference in a new issue