Closed slaufmann closed 3 years ago
This PR fixes #8 by changing the mode the known.txt file is opening. The new mode ("a+") creates the file if it does not exist. To be able to read the file line-by-line from the beginning a call to seek() is needed.
I fixed this in 8a1f4d44c0757e6dd40189d08454cf4442965c10. You are noted as co-author. :) Thanks!
This PR fixes #8 by changing the mode the known.txt file is opening. The new mode ("a+") creates the file if it does not exist. To be able to read the file line-by-line from the beginning a call to seek() is needed.