Your Name 3 years ago
parent
commit
ad35f7b135
1 changed files with 3 additions and 1 deletions
  1. 3 1
      step_question/tests/dftest.py

+ 3 - 1
step_question/tests/dftest.py

@@ -21,7 +21,9 @@ def save_sheet(df,filename,tabname,startpos='A1'):
     scope = ['https://spreadsheets.google.com/feeds',
             'https://www.googleapis.com/auth/drive']
 
-    credentials = ServiceAccountCredentials.from_json_keyfile_name('c:\\keys\\spread2.json', scope)
+#    credentials = ServiceAccountCredentials.from_json_keyfile_name('c:\\keys\\spread2.json', scope)
+    credentials = ServiceAccountCredentials.from_json_keyfile_name('/var/keys/spread2.json', scope)
+
     gc = gspread.authorize(credentials)
     spread = Spread(filename,creds=credentials)