ilyalelechenko / price_bot

No newline at end of file FLK-W292
Style
Minor
a year agoa year old
no newline at end of file
29def get_discount(user_id):
30    cur.execute('SELECT "dicount_on_WB" FROM about WHERE user_id = %s;', (user_id,))
31    discount = cur.fetchone()[0]
32    return discount"""