Mr-Help commited on
Commit
f2b1f7d
·
verified ·
1 Parent(s): 4b25914

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -6,8 +6,8 @@ app = FastAPI()
6
  # Constants
7
  ACCESS_TOKEN = "2585415_877e3999ec927cff5d896269c348106949c50f9b8ad54fdaeac07ad00687ce3e"
8
  FOLDER_ID = "90182650380"
9
- TEMPLATE_ID = "901804880155" # No "t-" prefix
10
- TEAM_ID = "t-9018441024" # This is the ClickUp "Team ID" shown in the URL
11
 
12
  @app.post("/")
13
  async def create_list_from_template(request: Request):
 
6
  # Constants
7
  ACCESS_TOKEN = "2585415_877e3999ec927cff5d896269c348106949c50f9b8ad54fdaeac07ad00687ce3e"
8
  FOLDER_ID = "90182650380"
9
+ TEMPLATE_ID = "t-901804880155" # No "t-" prefix
10
+ TEAM_ID = "9018441024" # This is the ClickUp "Team ID" shown in the URL
11
 
12
  @app.post("/")
13
  async def create_list_from_template(request: Request):