Closed svenkat19 closed 3 years ago
This is great and mostly working, but I have one thing that's failing. In feed.py
lines 49 and 50 I'm getting an error, the fix is to use double quotes for accessing the dictionary values like so:
message_file.write(f'{item["title"]} \n')
message_file.write(f'{item["link"]} \n')
Can you change this and let me know when it's done? Thanks!
Could you have a look now?
Excellent! Thanks for all your work on this @svenkat19.
Updated string to Fstrings