1
0
mirror of https://github.com/hemna/aprsd-stock-plugin.git synced 2025-08-05 06:52:25 -04:00

Compare commits

...

1 Commits

Author SHA1 Message Date
1c2d0a4006 remove trace 2022-12-02 13:50:41 -05:00
2 changed files with 6 additions and 2 deletions
ChangeLog
aprsd_stock_plugin

@ -1,6 +1,11 @@
CHANGES CHANGES
======= =======
v0.1.2
------
* Updated README
v0.1.1 v0.1.1
------ ------

@ -2,7 +2,7 @@ import logging
import re import re
import yfinance as yf import yfinance as yf
from aprsd import plugin, trace from aprsd import plugin
import aprsd_stock_plugin import aprsd_stock_plugin
@ -26,7 +26,6 @@ class YahooStockQuote(plugin.APRSDRegexCommandPluginBase):
# Do some checks here? # Do some checks here?
self.enabled = True self.enabled = True
@trace.trace
def process(self, packet): def process(self, packet):
LOG.info(self.__class__.__name__) LOG.info(self.__class__.__name__)