one more line

This commit is contained in:
Timothy Pogue 2022-09-12 07:47:30 -06:00
parent d6205e6cfb
commit 457075b823

View File

@ -113,6 +113,7 @@ class DataProvider:
:param data: Tuple containing the DataFrame and the datetime it was cached
"""
if self.__rpc:
logger.debug(f"Sending df {dataframe}")
self.__rpc.send_msg(
{
'type': RPCMessageType.ANALYZED_DF,