回答編集履歴

1

文言の修正

2020/01/24 10:45

投稿

kondream0923
kondream0923

スコア5

test CHANGED
@@ -28,13 +28,11 @@
28
28
 
29
29
 
30
30
 
31
- credentials = ServiceAccountCredentials.from_json_keyfile_name('kk.json', scope)
31
+ credentials = ServiceAccountCredentials.from_json_keyfile_name('**.json', scope)
32
32
 
33
33
  gc = gspread.authorize(credentials)
34
34
 
35
35
  wks = gc.open('5ちゃん速報').sheet1 #
36
-
37
- range = wks.range('A1:A2')
38
36
 
39
37
 
40
38