Update main.py
This commit is contained in:
parent
efc6fcb474
commit
c02a82c282
@ -5,7 +5,6 @@ from pydantic import BaseModel
|
|||||||
|
|
||||||
app = FastAPI()
|
app = FastAPI()
|
||||||
|
|
||||||
|
|
||||||
class UrlModel(BaseModel):
|
class UrlModel(BaseModel):
|
||||||
url: str
|
url: str
|
||||||
wait: int = None
|
wait: int = None
|
||||||
|
Loading…
Reference in New Issue
Block a user