Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,13 +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 |
-
"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"',
|
9 |
-
"Sec-Ch-Ua-Mobile": "?0",
|
10 |
-
"X-Requested-With": "XMLHttpRequest",
|
11 |
-
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36",
|
12 |
-
"Accept": "*/*",
|
13 |
"Content-Type": "application/json",
|
14 |
"Origin": "https://puter.com",
|
15 |
"Sec-Fetch-Site": "same-origin",
|
|
|
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-Type": "application/json",
|
7 |
"Origin": "https://puter.com",
|
8 |
"Sec-Fetch-Site": "same-origin",
|