From fb6a5766c7f279aee188d83c49c6ef363aa556b3 Mon Sep 17 00:00:00 2001 From: Kirk <2785074+r3cursive@users.noreply.github.com> Date: Thu, 4 Mar 2021 13:03:59 -0800 Subject: [PATCH] Update StockIndex.py idk if indexes have to be capitalize --- pyircbot/modules/StockIndex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyircbot/modules/StockIndex.py b/pyircbot/modules/StockIndex.py index 074ca1e..a4efe39 100644 --- a/pyircbot/modules/StockIndex.py +++ b/pyircbot/modules/StockIndex.py @@ -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]