Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
google sheet recheck data error !
#1
help me ! I'm helpless


def log_log():

    logdate_text1 = driver.find_element_by_xpath('//*[@id="tblData"]/tr[1]/td[6]')
    logdes_text1 = driver.find_element_by_xpath('//*[@id="tblData"]/tr[1]/td[7]')
    list_date1 = [logdate_text1.text]
    list_des1 = [logdes_text1.text]
    records_data = Worksheet.get_all_values(1)
    print(records_data)
    print(list_date1)
    data_1 = [records_data]
    if list_date1 == data_1:
        time.sleep(1)
        print('Yes')
    else:
        Worksheet.append_row(list_date1)
    print("complete!")
    time.sleep(1)
https://ibb.co/rmkGrS9

https://ibb.co/Ry7CTQ5
Reply
#2
You don't provide very mush information.
please read: https://python-forum.io/misc.php?action=help&hid=19
Reply
#3
(Mar-16-2021, 03:07 PM)Larz60+ Wrote: You don't provide very mush information.
please read: https://python-forum.io/misc.php?action=help&hid=19

sorry.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  What is the error of not being able to pull data in this code? i didn't see an error? TestPerson 2 1,217 Sep-30-2022, 02:36 PM
Last Post: DeaD_EyE
  help ! selenium and google sheet puttimet38 2 2,577 Mar-12-2021, 09:50 AM
Last Post: puttimet38
  Is it possible to scrape this data from Google Searches rosjo 1 2,196 Nov-06-2020, 06:51 PM
Last Post: Larz60+
  Google Sheets API Error Connerb42 1 6,379 Jun-02-2020, 05:50 AM
Last Post: azajali43
  Cant get financial data from google Adam 0 3,070 Apr-11-2018, 03:02 PM
Last Post: Adam

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020