mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-04 07:40:16 +01:00
Update Telegram.py
Import telegram errors
This commit is contained in:
parent
4ec0b07237
commit
4f7976402a
|
|
@ -12,6 +12,7 @@ Plugin to send FMS-, ZVEI- and POCSAG-messages via Telegram
|
|||
#
|
||||
import logging # Global logger
|
||||
import urllib, telegram, googlemaps
|
||||
from telegram.error import (TelegramError, Unauthorized, BadRequest, NetworkError)
|
||||
from includes import globalVars # Global variables
|
||||
|
||||
# Helper function, uncomment to use
|
||||
|
|
|
|||
Loading…
Reference in a new issue