Update app.py
Browse files
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 |
)
|