docs4you commited on
Commit
28ae8e2
·
verified ·
1 Parent(s): d19bf84

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +3 -3
config.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
 
3
- DADDY_BASE_URL = "https://thedaddy.click/cast"
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://google.com/",
19
- "Origin": "https://google.com",
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