From ad754d97a45fd15d28cd6d0c47ed41b0bb41fbd1 Mon Sep 17 00:00:00 2001 From: Hinrich Mahler Date: Thu, 20 Feb 2020 21:07:43 +0100 Subject: [PATCH] Revert "Updated Working Behind a Proxy (markdown)" This reverts commit c6a2adabdcf5ca8ad4025ebed14dfb2788379691. --- Working-Behind-a-Proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-Behind-a-Proxy.md b/Working-Behind-a-Proxy.md index caa7a27..13cc844 100644 --- a/Working-Behind-a-Proxy.md +++ b/Working-Behind-a-Proxy.md @@ -21,7 +21,7 @@ updater = Updater(TOKEN, request_kwargs=REQUEST_KWARGS) This is configuration is supported, but requires an optional/extra python package. To install: ```bash -$ python3 -m pip install python-telegram-bot[socks] +pip install python-telegram-bot[socks] ``` ```python TOKEN='YOUR_BOT_TOKEN'