Skip to content

Commit

Permalink
maybe better?
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiDuncan committed Nov 8, 2023
1 parent 552582b commit 30888b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sizebot/lib/quake.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ def mag_to_name(mag: float) -> str:
return "great"
elif mag < 10:
return "extreme"
elif mag < 13:
return "unprecedented"
elif mag < 21:
return "apocalyptic"
elif mag < 22:
Expand Down

0 comments on commit 30888b7

Please sign in to comment.