from sys import argv
mode, tmpDayIndex = argv[1].split(':')
print(type(tmpDayIndex))

#glob.glob('TEST/2023/08/07/20230807*.znc') 
exit()
