Commit a97a4214 authored by wang's avatar wang

ff

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