Commit 825b2962 authored by wang's avatar wang

详细对比

parent 12d68b52
...@@ -147,7 +147,7 @@ for i in range(100): ...@@ -147,7 +147,7 @@ for i in range(100):
# print(response.text) # print(response.text)
print(response.status_code) print(response.status_code)
if response.status_code == 200: if response.status_code != 403:
if selectId != '1': if selectId != '1':
res = db.env_shape.update_one( res = db.env_shape.update_one(
{'_id': ObjectId(selectId)}, {'_id': ObjectId(selectId)},
......
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