q6 commited on
Commit
de8246b
·
verified ·
1 Parent(s): 7c920d1

Update API/app.py

Browse files
Files changed (1) hide show
  1. API/app.py +1 -1
API/app.py CHANGED
@@ -12,7 +12,7 @@ from pydantic import BaseModel
12
  from typing import List, Dict
13
  import tarfile
14
 
15
- img_base = 'https://i.pximg.net/img-original/'
16
  class pixifModel(BaseModel):
17
  post_ids: List[int]
18
 
 
12
  from typing import List, Dict
13
  import tarfile
14
 
15
+ img_base = 'https://i.pximg.net/img-original/img/'
16
  class pixifModel(BaseModel):
17
  post_ids: List[int]
18