Please post the whole command here.
python btcrecover.py --listpass --passwordlist token.txt
contents of token.txt line1: ee line2: tt
output: 2 combinations
ee
tt
there are no combinations at all.
the correct output i think is as follows:
ee
tt
eett
ttee
right?