mirror of
https://github.com/hemna/aprsd-stock-plugin.git
synced 2024-10-31 15:17:10 -04:00
remove trace
This commit is contained in:
parent
fd5f92d22a
commit
1c2d0a4006
@ -2,7 +2,7 @@ import logging
|
||||
import re
|
||||
|
||||
import yfinance as yf
|
||||
from aprsd import plugin, trace
|
||||
from aprsd import plugin
|
||||
|
||||
import aprsd_stock_plugin
|
||||
|
||||
@ -26,7 +26,6 @@ class YahooStockQuote(plugin.APRSDRegexCommandPluginBase):
|
||||
# Do some checks here?
|
||||
self.enabled = True
|
||||
|
||||
@trace.trace
|
||||
def process(self, packet):
|
||||
LOG.info(self.__class__.__name__)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user