Fix redudant assignment
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
parent
acc3b1585b
commit
c5fe73a074
1 changed files with 0 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ def set_connector():
|
||||||
"timeout_secs": int(req.get("timeout_secs", 60 * 29)),
|
"timeout_secs": int(req.get("timeout_secs", 60 * 29)),
|
||||||
"status": TaskStatus.SCHEDULE,
|
"status": TaskStatus.SCHEDULE,
|
||||||
}
|
}
|
||||||
conn["status"] = TaskStatus.SCHEDULE
|
|
||||||
ConnectorService.save(**conn)
|
ConnectorService.save(**conn)
|
||||||
|
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue