Changing number of column in sound_csv_to_sound_txt.py.

This commit is contained in:
Vladimir Byko-Ianko 2015-08-13 15:27:01 +03:00 committed by Alex Zolotarev
parent 8d2b61e4f4
commit 65b8e4659f

View file

@ -8,7 +8,7 @@ import os.path
ID_COLUMN = 1
MIN_PROCESSED_COLUMN = 2
MAX_PROCESSED_COLUMN = 30
MAX_PROCESSED_COLUMN = 29
def parse_args():