@@ -61,7 +61,7 @@ async def start(update: Update, context: ContextTypes.DEFAULT_TYPE):
61
61
'1. Go over to xxx.\n ' +
62
62
'2. Go to File > Make a copy\n ' +
63
63
'3. Go to File > Share > Share with others\n ' +
64
- '4. Add tele-finance-tracker-services@tele-finance-tracker. iam.gserviceaccount.com as an editor\n ' +
64
+ '4. Add xxx@ iam.gserviceaccount.com as an editor\n ' +
65
65
'5. Copy your Google Sheet URL and send it over\n ' +
66
66
'Example: https://docs.google.com/spreadsheets/d/abcd1234/edit\n ' )
67
67
return SET_UP
@@ -101,7 +101,7 @@ async def reset_up(update: Update, context: ContextTypes.DEFAULT_TYPE) -> int:
101
101
'1. Go over to xxx.\n ' +
102
102
'2. Go to File > Make a copy\n ' +
103
103
'3. Go to File > Share > Share with others\n ' +
104
- '4. Add tele-finance-tracker-services@tele-finance-tracker. iam.gserviceaccount.com as an editor\n ' +
104
+ '4. Add xxx@ iam.gserviceaccount.com as an editor\n ' +
105
105
'5. Copy your Google Sheet URL and send it over\n ' +
106
106
'Example: https://docs.google.com/spreadsheets/d/abcd1234/edit\n ' )
107
107
return SET_UP
@@ -136,7 +136,7 @@ async def config_handler(update: Update, context: ContextTypes.DEFAULT_TYPE) ->
136
136
'1. Go over to xxx.\n ' +
137
137
'2. Go to File > Make a copy\n ' +
138
138
'3. Go to File > Share > Share with others\n ' +
139
- '4. Add tele-finance-tracker-services@tele-finance-tracker. iam.gserviceaccount.com as an editor\n ' +
139
+ '4. Add xxx@ iam.gserviceaccount.com as an editor\n ' +
140
140
'5. Copy your Google Sheet URL and send it over\n ' +
141
141
'Example: https://docs.google.com/spreadsheets/d/abcd1234/edit\n ' )
142
142
return SET_UP
@@ -549,4 +549,4 @@ def main():
549
549
application .run_polling ()
550
550
551
551
if __name__ == "__main__" :
552
- main ()
552
+ main ()
0 commit comments