Compare commits

..

No commits in common. "f9bede759d5f38f90fd88dd03af9e92ad5ccba59" and "a3f4f7db0cb7dcb4423c4ccb328c9890d6578ecb" have entirely different histories.

View File

@ -219,5 +219,4 @@ if __name__ == "__main__":
sct_msg += f"执行过程中出错:{str(e)}"
if sct_key:
httpx.get(sct_url, params={"desp": sct_msg})
raise RunError(str(e))
logger.info("所有任务已经执行完毕!")