Update Telegram.py

Import telegram errors
This commit is contained in:
PeterLaemmle 2016-10-26 15:40:54 +02:00 committed by GitHub
parent 4ec0b07237
commit 4f7976402a

View file

@ -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