mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Setup to handle book objects from sqlalchemy.
This commit is contained in:
2
pyShelf.py
vendored
2
pyShelf.py
vendored
@@ -9,7 +9,6 @@ from src.backend.lib.storage import Storage
|
||||
from src.backend.pyShelf_MakeCollections import MakeCollections
|
||||
from src.backend.pyShelf_ScanLibrary import execute_scan
|
||||
from src.frontend.lib.FastAPIServer import FastAPIServer
|
||||
from src.frontend.lib.objects import JSInterface
|
||||
# import websockets
|
||||
|
||||
|
||||
@@ -30,7 +29,6 @@ def run_import():
|
||||
|
||||
async def main():
|
||||
"""Program entrypoint."""
|
||||
JSInterface(config=config).install()
|
||||
Storage(config=config).create_tables()
|
||||
_import_thread = Thread(target=run_import)
|
||||
_import_thread.start()
|
||||
|
||||
Reference in New Issue
Block a user