Make Dispatcher._run_polling public

This commit is contained in:
Alex Root Junior 2019-12-26 00:00:53 +02:00
parent 1d2c6c91d0
commit a2cb637ed9
3 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
.DEFAULT_GOAL := help
base_python := python3.7
base_python := python3
py := poetry run
python := $(py) python