Skip to content

Commit

Permalink
⚡ Modularized files
Browse files Browse the repository at this point in the history
  • Loading branch information
aashutoshrathi committed Oct 11, 2019
1 parent 409f311 commit 517f201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions idgen.py → idgen_mailjet.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
SCOPES = ['https://www.googleapis.com/auth/spreadsheets.readonly']

# ID of spreadsheet : https://docs.google.com/spreadsheets/d/<THIS-PART-IS-ID>/edit#gid=0
SAMPLE_SPREADSHEET_ID = os.getenv('SHEET_ID_TEST')
SAMPLE_RANGE_NAME = 'A2:V'
SAMPLE_SPREADSHEET_ID = os.getenv('SHEET_ID')
SAMPLE_RANGE_NAME = 'A139:V339'


def main():
Expand Down

0 comments on commit 517f201

Please sign in to comment.