aboutsummaryrefslogtreecommitdiff
path: root/backend/data/genImgsForWeb.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/data/genImgsForWeb.py')
-rwxr-xr-xbackend/data/genImgsForWeb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/data/genImgsForWeb.py b/backend/data/genImgsForWeb.py
index 91a1cde..9db260f 100755
--- a/backend/data/genImgsForWeb.py
+++ b/backend/data/genImgsForWeb.py
@@ -76,7 +76,7 @@ for i in range(inputImgIdx, len(inputImgList)):
imgName = inputImgList[i]
[eolIdStr, otherStr] = imgName.split(" ")
contentId = int(otherStr.split(".")[0])
- print("Converting {}".format(imgName))
+ print(f"Converting {imgName}")
subprocess.run(
['npx', 'smartcrop-cli',
'--width', str(IMG_OUT_SZ),