Update main.py

This commit is contained in:
Nicolas 2024-05-09 18:02:34 -07:00
parent efc6fcb474
commit c02a82c282
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ from pydantic import BaseModel
app = FastAPI()
class UrlModel(BaseModel):
url: str
wait: int = None