From e105db84d2209b1de33bcf7742c40e7d980bd347 Mon Sep 17 00:00:00 2001 From: Stewie Date: Thu, 14 Jul 2022 13:04:37 -0400 Subject: [PATCH] Add function grab section from archive --- ToolsTales.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ToolsTales.py b/ToolsTales.py index 9b9afb0..2a154f7 100644 --- a/ToolsTales.py +++ b/ToolsTales.py @@ -15,8 +15,6 @@ import collections import comptolib import lxml.etree as ET import string -import pygsheets -from googleapiclient.errors import HttpError class ToolsTales: @@ -661,7 +659,7 @@ class ToolsTales: final_list.sort() return final_list - + def extract_Google_Sheets(self, googlesheet_id, sheet_name): creds_path = "..\gsheet.json"