Missing import
This commit is contained in:
parent
6022d867a3
commit
a8bbb9f303
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ from pathlib import Path
|
|||
|
||||
import uvicorn
|
||||
from fastapi import FastAPI
|
||||
from starlette.middleware.cors import CORSMiddleware
|
||||
|
||||
from mwmbl import background
|
||||
from mwmbl.crawler import app as crawler
|
||||
|
|
Loading…
Add table
Reference in a new issue