deepak191z commited on
Commit
0f297aa
·
verified ·
1 Parent(s): 9c34aee

Update dsk/bypass.py

Browse files
Files changed (1) hide show
  1. dsk/bypass.py +1 -1
dsk/bypass.py CHANGED
@@ -71,7 +71,7 @@ if __name__ == "__main__":
71
  if server_process:
72
  # Increase initial wait time to ensure server is fully started
73
  time.sleep(10)
74
- server_url = "http://localhost:8000/cookies?url=https://chat.deepseek.com"
75
  cookie_file = "dsk/cookies.json"
76
 
77
  # Increase max retries for more reliability
 
71
  if server_process:
72
  # Increase initial wait time to ensure server is fully started
73
  time.sleep(10)
74
+ server_url = "http://0.0.0.0:7860/cookies?url=https://chat.deepseek.com"
75
  cookie_file = "dsk/cookies.json"
76
 
77
  # Increase max retries for more reliability