first pass of import logging, its not being used, data is in real tables, but faked. will probably have to switch to gunicorn and threading to allow import and serving pages when we use slower AI routines

This commit is contained in:
2021-01-14 00:15:54 +11:00
parent e9137c91fa
commit 3684f279e4
7 changed files with 145 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ import time
# Local Class imports
################################################################################
from settings import Settings
from importlog import Importlog, Importlogline
class FileData():
def __init__(self):