Commit 221787d7 authored by litaolemo's avatar litaolemo

update

parent e830adf9
......@@ -166,10 +166,11 @@ def get_task_from_redis():
rds_1.incr(platform_str)
yield platform
rds_1.decr(platform_str)
else:
continue
except Exception as e:
print(e)
continue
except Exception as e:
print("line 165 error",e)
continue
......
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