parent
a8396d3f37
commit
2de20ab892
3 changed files with 11 additions and 10 deletions
@ -0,0 +1,6 @@ |
||||
import time |
||||
|
||||
|
||||
def add_param(data, field, value, is_checked=True, result=True, timestamp=int(time.time() * 1000)): |
||||
data.append( |
||||
{'param': field, 'value': value, 'is_checked': is_checked, 'result': result, 'timestamp': timestamp}) |
Loading…
Reference in new issue