Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 41ea06f

Browse files
authored
Update main.py
1 parent 13ea42d commit 41ea06f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ async def start(update: Update, context: ContextTypes.DEFAULT_TYPE):
6161
'1. Go over to xxx.\n'+
6262
'2. Go to File > Make a copy\n'+
6363
'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'+
6565
'5. Copy your Google Sheet URL and send it over\n'+
6666
'Example: https://docs.google.com/spreadsheets/d/abcd1234/edit\n')
6767
return SET_UP
@@ -101,7 +101,7 @@ async def reset_up(update: Update, context: ContextTypes.DEFAULT_TYPE) -> int:
101101
'1. Go over to xxx.\n'+
102102
'2. Go to File > Make a copy\n'+
103103
'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'+
105105
'5. Copy your Google Sheet URL and send it over\n'+
106106
'Example: https://docs.google.com/spreadsheets/d/abcd1234/edit\n')
107107
return SET_UP
@@ -136,7 +136,7 @@ async def config_handler(update: Update, context: ContextTypes.DEFAULT_TYPE) ->
136136
'1. Go over to xxx.\n'+
137137
'2. Go to File > Make a copy\n'+
138138
'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'+
140140
'5. Copy your Google Sheet URL and send it over\n'+
141141
'Example: https://docs.google.com/spreadsheets/d/abcd1234/edit\n')
142142
return SET_UP
@@ -549,4 +549,4 @@ def main():
549549
application.run_polling()
550550

551551
if __name__ == "__main__":
552-
main()
552+
main()

0 commit comments

Comments
 (0)