Skip to content

Commit 049563e

Browse files
authored
Update README.md
1 parent 4bffe2b commit 049563e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ google_app_deployment_id = "xxxxxxxx"
4141
ggsheet = MicroGoogleSheet(google_sheet_url,google_sheet_name)
4242
ggsheet.set_DeploymentID(google_app_deployment_id)
4343

44-
# create the Google App Script file (not necessary if it already exists).
45-
ggsheet.gen_scriptFile()
46-
4744
# Update the data to a specific cell (Row,Column,Data)
4845
ggsheet.updateCell(1,1,"Hello this is my first data")
4946

0 commit comments

Comments
 (0)