Your Name 3 yıl önce
ebeveyn
işleme
63d1fb454f
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      process_webp_from_db.py

+ 1 - 0
process_webp_from_db.py

@@ -17,6 +17,7 @@ for c in cursor:
     cmd='cwebp '+mobile_h+" -o "+mobile_h+".webp"
     print(cmd)
     os.system(cmd)
+    mobile_h_url=mobile_h.replace('/home/hhh-images/','https://images.hhh.com.tw/')
     sqlcmd='update _had set adlogo_mobile_webp="'+mobile_h+'" where adid="'+str(adid)+'"'
     print(sqlcmd)
 #    db2.query()