Update app.py
Browse files
app.py
CHANGED
|
@@ -942,6 +942,7 @@ def getdropdownValues(gc,spreadsheet_service,spreadsheetid):
|
|
| 942 |
return dropdownValues
|
| 943 |
|
| 944 |
def createGoogleSheet():
|
|
|
|
| 945 |
# authorize uing json file
|
| 946 |
# SimilarAreaDictionary.drop(['Rounded', 'Width','Height','R','G','B'], axis=1, inplace=True)
|
| 947 |
SCOPES = [
|
|
@@ -971,6 +972,7 @@ def createGoogleSheet():
|
|
| 971 |
# 'emailAddress': 'marthe.adr@gmail.com'
|
| 972 |
}
|
| 973 |
drive_service.permissions().create(fileId=spreadsheetId, body=permission1).execute()
|
|
|
|
| 974 |
return spreadsheetId,spreadsheet_service,gc
|
| 975 |
|
| 976 |
|
|
|
|
| 942 |
return dropdownValues
|
| 943 |
|
| 944 |
def createGoogleSheet():
|
| 945 |
+
print('create1')
|
| 946 |
# authorize uing json file
|
| 947 |
# SimilarAreaDictionary.drop(['Rounded', 'Width','Height','R','G','B'], axis=1, inplace=True)
|
| 948 |
SCOPES = [
|
|
|
|
| 972 |
# 'emailAddress': 'marthe.adr@gmail.com'
|
| 973 |
}
|
| 974 |
drive_service.permissions().create(fileId=spreadsheetId, body=permission1).execute()
|
| 975 |
+
print('createee')
|
| 976 |
return spreadsheetId,spreadsheet_service,gc
|
| 977 |
|
| 978 |
|