Commit 280b5e8d by cxk

测试轮训模式

parent a306683a
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# Author: lao_zhao # Author: lao_zhao
# Datetime: 2024/9/4 14:01 # Datetime: 2024/9/4 14:01
# Description: # Description:
# # 接口自动化仓库
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
import logging import logging
import os import os
...@@ -55,4 +55,4 @@ def log(name="张三"): ...@@ -55,4 +55,4 @@ def log(name="张三"):
# 先执行函数,获取函数的返回值,以后之间使用函数的返回值写入日志 # 先执行函数,获取函数的返回值,以后之间使用函数的返回值写入日志
log = log() log = log()
\ No newline at end of file
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