Spaces:
Paused
Paused
Update dsk/bypass.py
Browse files- 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://
|
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
|