Home › Forums › Mooshimeter Support › Logging Python Script › Reply To: Logging Python Script
March 20, 2015 at 8:16 am #2615
Keymaster
Thanks Jack!
Oh yeah, you can definitely modify the script yourself until the new version gets through.
The line is:
1 2 | # Write header row s = ",\t" |
Just change it to
1 2 | # Write header row s = "," |
and there will be no more tabs.