EricGEGE commited on
Commit
df7cf0c
·
verified ·
1 Parent(s): 89f4e4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ USERS_SHEET = 'Users'
12
  PURCHASE_ORDERS_SHEET = 'PurchaseOrders'
13
 
14
  # Service account credentials file path
15
- CREDENTIALS_FILE = 'E:/appr/credentials.json' # Replace with the path to your service account credentials file
16
 
17
  # Initialize Google Sheets client
18
  SCOPES = ['https://www.googleapis.com/auth/spreadsheets', 'https://www.googleapis.com/auth/drive']
 
12
  PURCHASE_ORDERS_SHEET = 'PurchaseOrders'
13
 
14
  # Service account credentials file path
15
+ CREDENTIALS_FILE = 'credentials.json' # Replace with the path to your service account credentials file
16
 
17
  # Initialize Google Sheets client
18
  SCOPES = ['https://www.googleapis.com/auth/spreadsheets', 'https://www.googleapis.com/auth/drive']