Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ headers = {
|
|
11 |
"Referer": "https://puter.com/",
|
12 |
"Accept-Encoding": "gzip, deflate, br",
|
13 |
"Priority": "u=1, i",
|
|
|
14 |
"Connection": "keep-alive"
|
15 |
}
|
16 |
data = {
|
|
|
11 |
"Referer": "https://puter.com/",
|
12 |
"Accept-Encoding": "gzip, deflate, br",
|
13 |
"Priority": "u=1, i",
|
14 |
+
|
15 |
"Connection": "keep-alive"
|
16 |
}
|
17 |
data = {
|