Commit 417490cd authored by wang's avatar wang

wn test

parent 70112a53
...@@ -135,8 +135,8 @@ while True: ...@@ -135,8 +135,8 @@ while True:
''' '''
) )
code1 = open('js_dom_run.js','r').read() code1 = open('js_dom_run.js','r').read()
with open('js_dom_run1.js', 'w', encoding='utf-8') as f: # with open('js_dom_run1.js', 'w', encoding='utf-8') as f:
f.write(code1 + '\n\n' + c) # f.write(code1 + '\n\n' + c)
t1 = time.time() t1 = time.time()
# token = list(db.token_shape.aggregate( [ {'$match': {'update_time':{'$gte': int(time.time() * 1000) - 60*60*12}}}, { '$sample': { 'size': 1 } } ] ))[0]['_id'] # token = list(db.token_shape.aggregate( [ {'$match': {'update_time':{'$gte': int(time.time() * 1000) - 60*60*12}}}, { '$sample': { 'size': 1 } } ] ))[0]['_id']
# token = '11' # token = '11'
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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