Update before pull

This commit is contained in:
root 2017-07-02 19:44:20 +00:00
parent 52b1d84e1d
commit 0e3c1afd2f
1 changed files with 1 additions and 1 deletions

View File

@ -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'