So I have Python basically connected to google sheets at the moment. It can access the first sheet and read and write data:
sheet = client.open("Remake").sheet1
I can access sheet 1 inside the overarching spreadsheet, but I cannot access the second sheet (sheet2) by just changing it to:
sheet = client.open("Remake").sheet2