Mr-Help commited on
Commit
65f3a4b
·
verified ·
1 Parent(s): 85306f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -10,8 +10,7 @@ logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(
10
  app = FastAPI()
11
 
12
  # ClickUp API URL for creating a task
13
- LIST_ID = "901208781277"
14
- URL = f"https://api.clickup.com/api/v2/list/{LIST_ID}/task"
15
 
16
  # WhatsApp API URL
17
  WHATSAPP_URL = "https://7105.api.greenapi.com/waInstance7105210836/sendMessage/805b69f6c85d4e6caea0edaba692b889abecc9e6bb8b457e8f"
 
10
  app = FastAPI()
11
 
12
  # ClickUp API URL for creating a task
13
+ CLICKUP_URL_BASE = "https://api.clickup.com/api/v2"
 
14
 
15
  # WhatsApp API URL
16
  WHATSAPP_URL = "https://7105.api.greenapi.com/waInstance7105210836/sendMessage/805b69f6c85d4e6caea0edaba692b889abecc9e6bb8b457e8f"