Update StockIndex.py
idk if indexes have to be capitalize
This commit is contained in:
parent
0db7e23383
commit
fb6a5766c7
@ -62,7 +62,7 @@ class StockIndex(ModuleBase):
|
||||
@info("vix", "get the current value of the vix/fear index", cmds=["vix"])
|
||||
@command("vix", allow_private=True)
|
||||
def cmd_vix(self, message, command):
|
||||
self.send_quote("^vix", "VIX", message.replyto)
|
||||
self.send_quote("^VIX", "VIX", message.replyto)
|
||||
|
||||
def send_quote(self, key, symbol, to):
|
||||
index = self.cache[key]
|
||||
|
Loading…
Reference in New Issue
Block a user