Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,6 @@ import requests
|
|
3 |
url = "https://api.puter.com/signup"
|
4 |
headers = {
|
5 |
"Cookie": "__stripe_mid=b8db7ebe-585c-41e2-8296-2a2e96f4bf4ad14567; __stripe_sid=3cb11879-af75-44c2-a275-adde8714f8ccf13759",
|
6 |
-
"Content-Length": "132", # This will be auto-calculated by `requests`
|
7 |
"Sec-Ch-Ua-Platform": '"Windows"',
|
8 |
"Accept-Language": "en-US,en;q=0.9",
|
9 |
"Sec-Ch-Ua": '"Not:A-Brand";v="24", "Chromium";v="134"',
|
|
|
3 |
url = "https://api.puter.com/signup"
|
4 |
headers = {
|
5 |
"Cookie": "__stripe_mid=b8db7ebe-585c-41e2-8296-2a2e96f4bf4ad14567; __stripe_sid=3cb11879-af75-44c2-a275-adde8714f8ccf13759",
|
|
|
6 |
"Sec-Ch-Ua-Platform": '"Windows"',
|
7 |
"Accept-Language": "en-US,en;q=0.9",
|
8 |
"Sec-Ch-Ua": '"Not:A-Brand";v="24", "Chromium";v="134"',
|