mirror of
https://github.com/hemna/aprsd-telegram-plugin.git
synced 2024-11-21 07:41:55 -05:00
update to fix objectstore reference
This commit is contained in:
parent
827832ae33
commit
9f87a8fec9
@ -4,7 +4,8 @@ import threading
|
||||
import time
|
||||
|
||||
from aprsd import conf # noqa
|
||||
from aprsd import objectstore, packets, plugin, threads
|
||||
from aprsd import packets, plugin, threads
|
||||
from aprsd.utils import objectstore
|
||||
from oslo_config import cfg
|
||||
from telegram.ext import Filters, MessageHandler, Updater
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user