Commit a4657741 by rongjun

bug

parent 79c02f96
......@@ -92,8 +92,6 @@ def cta(timestamp, last_price, task):
def push(request):
data = request.GET.get('data')
data = data.split(',')
print(data)
send('test', 'test', ['403209670@qq.com'])
timestamp = int(data[0].split('.')[0])
instrument = data[1]
last_price = Decimal(data[2])
......
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