OJ-0312 / WebSoundBite

Simple webscraper that finds the newest articles in your area of interest , summarizes them with AI and creates a nice audio file
2 stars 0 forks source link

Magic numbers #5

Closed OJ-0312 closed 1 year ago

OJ-0312 commented 1 year ago

Replace all the magic numbers with variables that makes sense in order to improve the readability of the code

OJ-0312 commented 1 year ago

Fixed this to make the code more readable