Commit 10f12a69 authored by wang's avatar wang

1

parent f6df2d87
Pipeline #460 canceled with stages
import json import json
import platform import platform
import random
import subprocess import subprocess
import time import time
from pathlib import Path from pathlib import Path
...@@ -36,6 +37,7 @@ class Reese84ByPass(object): ...@@ -36,6 +37,7 @@ class Reese84ByPass(object):
self._init() self._init()
self._repare_js() self._repare_js()
self.__auth_token() self.__auth_token()
time.sleep(random.randint(1,2))
self.__get_session_token() self.__get_session_token()
return self._get_cookie() return self._get_cookie()
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment