Chrunos commited on
Commit
0a4deb3
·
verified ·
1 Parent(s): 88e7701

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ def download_track(request: Request, download_request: DownloadRequest):
146
  raise HTTPException(
147
  status_code=429,
148
  detail={
149
- "detail": "You have exceeded the maximum number of requests per day. Please try again tomorrow.",
150
  "help": "https://t.me/chrunoss"
151
  }
152
  )
 
146
  raise HTTPException(
147
  status_code=429,
148
  detail={
149
+ "detail": "You have exceeded the maximum number of requests per day. Please try again tomorrow or get the Premium version for unlimited downloads at https://chrunos.com/premium-shortcuts/.",
150
  "help": "https://t.me/chrunoss"
151
  }
152
  )