Update config.py
Browse files
config.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
|
| 3 |
-
DADDY_BASE_URL = "https://thedaddy.click
|
| 4 |
|
| 5 |
FLASK_HOST = os.environ.get("FLASK_HOST", "0.0.0.0")
|
| 6 |
|
|
@@ -15,8 +15,8 @@ APP_PY_STYLE_DEFAULT_HEADERS = {
|
|
| 15 |
"AppleWebKit/605.1.15 (KHTML, like Gecko) "
|
| 16 |
"FxiOS/33.0 Mobile/15E148 Safari/605.1.15"
|
| 17 |
),
|
| 18 |
-
"Referer": "https://
|
| 19 |
-
"Origin": "https://
|
| 20 |
"Accept": "*/*",
|
| 21 |
}
|
| 22 |
|
|
|
|
| 1 |
import os
|
| 2 |
|
| 3 |
+
DADDY_BASE_URL = "https://thedaddy.click"
|
| 4 |
|
| 5 |
FLASK_HOST = os.environ.get("FLASK_HOST", "0.0.0.0")
|
| 6 |
|
|
|
|
| 15 |
"AppleWebKit/605.1.15 (KHTML, like Gecko) "
|
| 16 |
"FxiOS/33.0 Mobile/15E148 Safari/605.1.15"
|
| 17 |
),
|
| 18 |
+
"Referer": "https://yoxplay.xyz/",
|
| 19 |
+
"Origin": "https://yoxplay.xyz",
|
| 20 |
"Accept": "*/*",
|
| 21 |
}
|
| 22 |
|