MySafeCode commited on
Commit
8875bdb
·
verified ·
1 Parent(s): 8424c19

Update a.py

Browse files
Files changed (1) hide show
  1. a.py +1 -1
a.py CHANGED
@@ -13,7 +13,7 @@ if not SUNO_KEY:
13
  def get_task_info(task_id):
14
  """Manually check any Suno task status"""
15
  if not task_id:
16
- return "❌ Please enter a Task ID"
17
 
18
  try:
19
  resp = requests.get(
 
13
  def get_task_info(task_id):
14
  """Manually check any Suno task status"""
15
  if not task_id:
16
+ return "❌ Please enter a Task ID"
17
 
18
  try:
19
  resp = requests.get(