Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,15 +5,6 @@ import uvicorn
|
|
| 5 |
app = FastAPI()
|
| 6 |
|
| 7 |
# Extracted GitHub cookies from the provided file
|
| 8 |
-
GITHUB_COOKIES = [
|
| 9 |
-
{"name": "_octo", "value": "GH1.1.1252590083.1772014032", "domain": ".github.com"},
|
| 10 |
-
{"name": "_device_id", "value": "514b920e5ffb9ea8b55dc91eeb2c7669", "domain": ".github.com"},
|
| 11 |
-
{"name": "logged_in", "value": "yes", "domain": ".github.com"},
|
| 12 |
-
{"name": "dotcom_user", "value": "bosssamson17-source", "domain": ".github.com"},
|
| 13 |
-
{"name": "user_session", "value": "hALKed-Y82YuiqU8AyfTAoipQ607r-cPRcC8h8W8XfF-_fZ8", "domain": ".github.com"},
|
| 14 |
-
{"name": "__Host-user_session_same_site", "value": "hALKed-Y82YuiqU8AyfTAoipQ607r-cPRcC8h8W8XfF-_fZ8", "domain": ".github.com"},
|
| 15 |
-
{"name": "_gh_sess", "value": "NFGr8TPhi3PjC%2FXxaivj%2FXEa2gVXp%2FDfyeu7yocJO8fNgQU1xykc3as%2Br%2BdfwqtQy6I70pZy9TGrS3cvpDkuF%2BYqdEOtkMw0%2Ba0QaPff7tNLNpMTWQl%2FGS1Vn5RfG1WxMlxTb8RBFlh3sjyTXDCKh4w8HyB9PLRWIHuNKzSORsPBdhicIocTYrv2WtlWxbpGlqm2RW12uLCYpjQWRkblvzxPAgTpc1WnErTQgw3ed2kVwV6Wvo1%2BAfs6Pc5tVClWOEe7rD%2FD%2FcLTYYjkBO2OJE3Ehymqtfa%2Bmis2ydm%2Fq1OHNa5iPge2i7SX5rqXzUm%2BnGOuWwPfFEBwEPy4o2lvRR%2BK2t%2FFHuGrz2I5dA28wm68GXV%2BX0BMA0tIONtlm8%2BtjxNDqn2o31vCgEll6PEde%2FPmFok%3D--FTsBrb%2Bu4uFM7AYM--VsfnRGaCUHwdCxN1WHOWyA%3D%3D", "domain": ".github.com"},
|
| 16 |
-
]
|
| 17 |
|
| 18 |
TARGET_URL = "https://bug-free-goggles-97p77ppq5vpq2p65v.github.dev/"
|
| 19 |
|
|
|
|
| 5 |
app = FastAPI()
|
| 6 |
|
| 7 |
# Extracted GitHub cookies from the provided file
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
TARGET_URL = "https://bug-free-goggles-97p77ppq5vpq2p65v.github.dev/"
|
| 10 |
|