Update main.py
Browse files
main.py
CHANGED
|
@@ -499,7 +499,7 @@ LEGENDA ORIGINAL:
|
|
| 499 |
|
| 500 |
title_params = urllib.parse.urlencode({
|
| 501 |
"text": title_text,
|
| 502 |
-
"version":
|
| 503 |
})
|
| 504 |
title_url = f"https://habulaj-recurve-api-img.hf.space/cover/title?{title_params}&image_url={screenshot_url}"
|
| 505 |
|
|
|
|
| 499 |
|
| 500 |
title_params = urllib.parse.urlencode({
|
| 501 |
"text": title_text,
|
| 502 |
+
"version": account
|
| 503 |
})
|
| 504 |
title_url = f"https://habulaj-recurve-api-img.hf.space/cover/title?{title_params}&image_url={screenshot_url}"
|
| 505 |
|