asdf
All checks were successful
Deploy App to Docker / deploy (push) Successful in 31s

This commit is contained in:
zman 2025-04-07 17:55:33 -04:00
parent eadff66eb6
commit 3dc955698e
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@ from uuid import uuid4 as uuid
from jinja2 import Environment, FileSystemLoader
from weasyprint import HTML
import json
import time
logger = logging.getLogger(__name__)
@ -349,6 +350,7 @@ class TCGPlayerAPIService:
method='POST',
files={'file': file}
)
time.sleep(10)
return order_ids
return None

View File

@ -18,4 +18,4 @@ curl -X POST "http://192.168.1.41:8000/api/boxes/d95d26a8-1f82-47f2-89fa-3f88a46
curl -X POST "http://192.168.1.41:8000/api/processOrders" \
-H "Content-Type: application/json" \
-d '{"order_ids": ["E576ED4C-AD8CC8-9E57E"]}'
-d '{"order_ids": ["E576ED4C-2EC48E-7F185"]}'