From cef7b771ca3f40b53f746bd10792c05381edc409 Mon Sep 17 00:00:00 2001 From: Andy Sotheran Date: Wed, 23 Sep 2020 23:05:39 +0100 Subject: [PATCH] [23.09.2020] sending testing --- src/pricing/collector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pricing/collector.py b/src/pricing/collector.py index b1deeec..7c72b92 100644 --- a/src/pricing/collector.py +++ b/src/pricing/collector.py @@ -113,7 +113,7 @@ def sendToGateway(c_type, timestamp, av_price, high, low, vol, o_price, c_price) def sentToArtemis(c_type, timestamp, av_price, high, low, vol, o_price, c_price): strippedTimestamp = timestamp.replace(minute=0, second=0, microsecond=0) - timestamp = '"'+strippedTimestamp.strftime('%Y-%m-%dT%H:%M:%S')+'"' + timestamp = strippedTimestamp.strftime('%Y-%m-%dT%H:%M:%S') message = { "timestamp" : timestamp,