Added emergency price. google analytics added
This commit is contained in:
@@ -37,12 +37,12 @@ async def get_todays_price_of_items_for_oil():
|
||||
|
||||
price_same_day = str(get_current_prices.price_same_day)
|
||||
price_prime = str(get_current_prices.price_prime)
|
||||
#price_emergency = str(get_current_prices.price_emergency)
|
||||
price_emergency = str(get_current_prices.price_emergency)
|
||||
return {
|
||||
"ok": True,
|
||||
"price_same_day": price_same_day,
|
||||
"price_prime": price_prime,
|
||||
# "price_emergency": price_emergency,
|
||||
"price_emergency": price_emergency,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user