FIX function name.

pull/3/head
kevincaires 3 years ago
parent 151881617b
commit 3bcb64efd8

@ -68,7 +68,7 @@ def set_quote(user: str, quote: str) -> None:
with Cursor(MYSQL_CONFIG) as cursor:
cursor.execute(_sql)
def get_quote() -> tuple:
def get_quotes() -> tuple:
"""
Get the saved quotes.
"""

Loading…
Cancel
Save