Merge pull request #122 from gcarq/feature/fix-signal-handling

fix signal handling
This commit is contained in:
Samuel Husso
2017-11-22 13:38:57 +02:00
committed by GitHub
12 changed files with 87 additions and 70 deletions

View File

@@ -2,11 +2,11 @@ import logging
import re
from datetime import timedelta
from typing import Callable, Any
from pandas import DataFrame
from tabulate import tabulate
import arrow
from pandas import DataFrame
from sqlalchemy import and_, func, text
from tabulate import tabulate
from telegram import ParseMode, Bot, Update
from telegram.error import NetworkError, TelegramError
from telegram.ext import CommandHandler, Updater