grandchild / flatcrawler

Get notified via email when certain housing association websites post new flat offers.
Creative Commons Zero v1.0 Universal
15 stars 1 forks source link

Change open mode of file known.txt, fixes issue with non-existent file #9

Closed slaufmann closed 3 years ago

slaufmann commented 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.

grandchild commented 3 years ago

I fixed this in 8a1f4d44c0757e6dd40189d08454cf4442965c10. You are noted as co-author. :) Thanks!