Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 19, 2024
2 parents a815ead + 3602dfd commit e30ad33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ name = "pypi"
flask = "*"

[requires]
python_version = "3.9"
python_version = "3.12"
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def get_parser(node):
return parsers_mod[proto].parse


def get_content_from_url(url, n=6):
def get_content_from_url(url, n=10):
UA = ''
print('处理: \033[31m' + url + '\033[0m')
# print('Đang tải link đăng ký: \033[31m' + url + '\033[0m')
Expand Down
5 changes: 5 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"functions": {
"api/app.py": {
"maxDuration": 60
}
},
"rewrites": [
{ "source": "/(.*)", "destination": "/api/app" }
],
Expand Down

0 comments on commit e30ad33

Please sign in to comment.