Using files for exchange connection and symbol map

This commit is contained in:
Frederic Fortier
2017-08-20 17:35:09 -04:00
parent 7fe2e5c929
commit 4d6c0ca699
+1 -1
View File
@@ -129,7 +129,7 @@ def handle_data(context, data):
def analyze(context, stats):
log.info('the full stats:\n{}'.format(stats))
log.info('the full stats:\n{}'.format(stats.head()))
pass