From 39e226b5645ee23889872336eb9612e3416a710f Mon Sep 17 00:00:00 2001 From: piair Date: Fri, 26 Apr 2024 12:06:55 +0200 Subject: [PATCH] pourquoi les custom attributes --- V6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V6.py b/V6.py index da12f39..b7f5031 100755 --- a/V6.py +++ b/V6.py @@ -265,7 +265,7 @@ def all_cards(): if not checked: continue - info(card_list[i].get_property("attributes")) + info(card_list[i].get_attribute("innerHTML")) custom_sleep(1.5) check_welcome_tour()