From 0e3c1afd2fbb5e6ad55f9fe1f1f1319695ef1794 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 2 Jul 2017 19:44:20 +0000 Subject: [PATCH] Update before pull --- price.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/price.py b/price.py index 55f3c0f..6c2f50f 100644 --- a/price.py +++ b/price.py @@ -675,7 +675,7 @@ def commodity(bot, trigger): commodity_key = 'B1ZnykTmG6_A1vkwzt9u' input_com = trigger.group(2).upper() if input_com == ('AU' or 'GOLD' or 'XAU'): - commodity = 'AU_EGL' + commodity = 'AU_EIB' unit = 'oz' elif input_com == ('AG' or 'SILVER' or 'XAG'): commodity = 'AG_USD'