Skip to content

Commit

Permalink
change google sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
akelad committed Sep 6, 2018
1 parent aeae932 commit c99a77f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/gdrive_service.py
Expand Up @@ -14,10 +14,10 @@ class GDriveService(object):
"""Service to write to a spread sheet in google drive."""

# Name of the spreadsheet
SPREADSHEET_NAME = "Sales requests"
SPREADSHEET_NAME = "Qualify Inbounds"

# Sheet where the new address change entries should be stored in
SHEET_NAME = "Sheet1"
SHEET_NAME = "demobot"

def __init__(self, gdrive_credentials_json=config.gdrive_credentials):
scopes = ['https://spreadsheets.google.com/feeds',
Expand Down

0 comments on commit c99a77f

Please sign in to comment.