new92 / InstaTools

🧰 A collection of tools used for automating tasks on Instagram 📱| Written in Python 🐍 | Don't forget to ⭐ the repo !
https://github.com/new92/InstaTools
MIT License
132 stars 25 forks source link

replaced string format method by f-strings. #11

Closed ghost closed 1 year ago

ghost commented 1 year ago

Made the following changes:

-> Replaced string format method by f-strings as it provided greater readability and runtime.