qrpa 1.0.91__py3-none-any.whl → 1.0.92__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of qrpa might be problematic. Click here for more details.
qrpa/fun_excel.py
CHANGED
|
@@ -784,6 +784,11 @@ def get_chromium_executable():
|
|
|
784
784
|
|
|
785
785
|
def download_img_by_chrome(image_url, save_name):
|
|
786
786
|
chromium_path = get_chromium_executable()
|
|
787
|
+
|
|
788
|
+
if not chromium_path:
|
|
789
|
+
log("❌ Chromium 浏览器未找到,跳过下载:", image_url, save_name)
|
|
790
|
+
return None
|
|
791
|
+
|
|
787
792
|
with sync_playwright() as p:
|
|
788
793
|
browser = p.chromium.launch(headless=True, executable_path=chromium_path) # 运行时可以看到浏览器
|
|
789
794
|
context = browser.new_context()
|
|
@@ -5,7 +5,7 @@ qrpa/feishu_bot_app.py,sha256=6r2YqCAMUN7y3F7onoABRmHC7S-UPOLHwbhsQnQ3IRc,9452
|
|
|
5
5
|
qrpa/feishu_client.py,sha256=gXvyhf7r-IqeDhPjM01SfsGf17t8g1ZwUAkhymBkBeg,17544
|
|
6
6
|
qrpa/feishu_logic.py,sha256=yuwb-LeZiHKGlz-W8JobinorHonVa8L-5h12WxnU7_Q,67508
|
|
7
7
|
qrpa/fun_base.py,sha256=lMzqPwsbVfe968CUR2MVNImzIskIUZqPCE2tWxYqb5o,10728
|
|
8
|
-
qrpa/fun_excel.py,sha256=
|
|
8
|
+
qrpa/fun_excel.py,sha256=oyFCyzN5LBULUEaT42_N_ZfH9yz8b7-lDi1FaB3teoQ,118577
|
|
9
9
|
qrpa/fun_file.py,sha256=yzjDV16WL5vRys7J4uQcNzIFkX4D5MAlSCwxcD-mwQo,11966
|
|
10
10
|
qrpa/fun_web.py,sha256=Mv0m2P5fh2-U4DzRoVivqRcXD56BJ_Svj6TZznx49YU,8645
|
|
11
11
|
qrpa/fun_win.py,sha256=-LnTeocdTt72NVH6VgLdpAT9_C5oV9okeudXG6CftMA,8034
|
|
@@ -24,7 +24,7 @@ qrpa/wxwork.py,sha256=gIytG19DZ5g7Tsl0-W3EbjfSnpIqZw-ua24gcB78YEg,11264
|
|
|
24
24
|
qrpa/mysql_module/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
25
25
|
qrpa/mysql_module/shein_product_model.py,sha256=v21_juWsZqTHj2k08GUGNkoRZ4hkKZKjaE-wmRl2a2k,19257
|
|
26
26
|
qrpa/mysql_module/shein_return_order_model.py,sha256=Zt-bGOH_kCDbakW7uaTmqqo_qTT8v424yidcYSfWvWM,26562
|
|
27
|
-
qrpa-1.0.
|
|
28
|
-
qrpa-1.0.
|
|
29
|
-
qrpa-1.0.
|
|
30
|
-
qrpa-1.0.
|
|
27
|
+
qrpa-1.0.92.dist-info/METADATA,sha256=pGWPsekgXQSkYpdVj-fduKeFKF7nnogmu5KnvqC-X1M,231
|
|
28
|
+
qrpa-1.0.92.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
29
|
+
qrpa-1.0.92.dist-info/top_level.txt,sha256=F6T5igi0fhXDucPPUbmmSC0qFCDEsH5eVijfVF48OFU,5
|
|
30
|
+
qrpa-1.0.92.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|