mirror of
https://github.com/hemna/aprsd-stock-plugin.git
synced 2024-11-21 23:55:17 -05:00
remove trace
This commit is contained in:
parent
fd5f92d22a
commit
1c2d0a4006
@ -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__)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user