cmdln / flashbake

Scripts to gather information for including in version history comments and to make using source control a bit simpler for non-technical projects.
GNU General Public License v3.0
456 stars 39 forks source link

Updated strings #51

Closed svenkat19 closed 3 years ago

svenkat19 commented 3 years ago

Updated string to Fstrings

ianpaul commented 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!

svenkat19 commented 3 years ago

Could you have a look now?

ianpaul commented 3 years ago

Excellent! Thanks for all your work on this @svenkat19.