diff --git a/aprsd_telegram_plugin/telegram.py b/aprsd_telegram_plugin/telegram.py index 3be302d..e0c4151 100644 --- a/aprsd_telegram_plugin/telegram.py +++ b/aprsd_telegram_plugin/telegram.py @@ -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