From 049563e26c493515f4a59d18cf60733e6c421e8d Mon Sep 17 00:00:00 2001 From: Teeraphat Kullanankanjana Date: Sun, 15 Sep 2024 15:57:07 +0700 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index bc701ac..7108481 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,6 @@ google_app_deployment_id = "xxxxxxxx" ggsheet = MicroGoogleSheet(google_sheet_url,google_sheet_name) ggsheet.set_DeploymentID(google_app_deployment_id) -# create the Google App Script file (not necessary if it already exists). -ggsheet.gen_scriptFile() - # Update the data to a specific cell (Row,Column,Data) ggsheet.updateCell(1,1,"Hello this is my first data")