Support Board
Date/Time: Sat, 23 Nov 2024 18:00:39 +0000
Post From: Python for Sierra Chart
[2019-05-10 12:55:35] |
Kiwi - Posts: 375 |
I'll do a new version tomorrow but you should be able to get it done by replacing record = subprocess.check_output(['tail', '-1', FILES_IN + f]).decode().split(',') with: record = txtfile.readlines()[-1].split(',') edit: corrected version of the file on Post #41 Date Time Of Last Edit: 2019-05-11 23:47:48
|