We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571785a commit a04884aCopy full SHA for a04884a
bot/text_str.py
@@ -1,7 +1,7 @@
1
import os
2
3
GOOGLE_API_EMAIL = os.getenv("GOOGLE_API_EMAIL")
4
-GOOGLE_TEMPLATE = "https://docs.google.com/spreadsheets/d/1-XVdaeq1qqnLqAttGGzki6NkavqpkKs1n6Elz4GDC2I/edit?usp=sharing"
+GOOGLE_TEMPLATE = "http://tinyurl.com/ymm-2024-expense-sheet"
5
SETUP_TEXT = (
6
"Please set up your Google sheet by following the steps below.\n\n"
7
+ f"1. Head over to <a href='{GOOGLE_TEMPLATE}'>Expense Tracker Template</a>\n"
0 commit comments