Skip to content

Commit a04884a

Browse files
committed
update google template URL
1 parent 571785a commit a04884a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/text_str.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22

33
GOOGLE_API_EMAIL = os.getenv("GOOGLE_API_EMAIL")
4-
GOOGLE_TEMPLATE = "https://docs.google.com/spreadsheets/d/1-XVdaeq1qqnLqAttGGzki6NkavqpkKs1n6Elz4GDC2I/edit?usp=sharing"
4+
GOOGLE_TEMPLATE = "http://tinyurl.com/ymm-2024-expense-sheet"
55
SETUP_TEXT = (
66
"Please set up your Google sheet by following the steps below.\n\n"
77
+ f"1. Head over to <a href='{GOOGLE_TEMPLATE}'>Expense Tracker Template</a>\n"

0 commit comments

Comments
 (0)