Revert "Updated Working Behind a Proxy (markdown)"

This reverts commit c6a2adabdcf5ca8ad4025ebed14dfb2788379691.
Hinrich Mahler 2020-02-20 21:07:43 +01:00
parent d9dff79cc5
commit ad754d97a4

@ -21,7 +21,7 @@ updater = Updater(TOKEN, request_kwargs=REQUEST_KWARGS)
This is configuration is supported, but requires an optional/extra python package. This is configuration is supported, but requires an optional/extra python package.
To install: To install:
```bash ```bash
$ python3 -m pip install python-telegram-bot[socks] pip install python-telegram-bot[socks]
``` ```
```python ```python
TOKEN='YOUR_BOT_TOKEN' TOKEN='YOUR_BOT_TOKEN'