miketheman / statusbot

A bot that can check statuses of sites
MIT License
1 stars 0 forks source link

Use f strings! #2

Closed miketheman closed 6 years ago

miketheman commented 6 years ago

Whenever we use .format(), use an f string instead!

https://www.python.org/dev/peps/pep-0498/