mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Added a foot note to specify that this is a particular case, not for newer applications
parent
d9d7c3302b
commit
0371ce1643
1 changed files with 2 additions and 1 deletions
|
@ -7,4 +7,5 @@ Make sure to add this block to `app.yaml` (see [1393](https://github.com/python-
|
|||
```
|
||||
env_variables:
|
||||
GAE_USE_SOCKETS_HTTPLIB : 'true'
|
||||
```
|
||||
```
|
||||
Note: This environmental variable applies only to applications developed for the Standard Environment and using Python 2.7 (see (https://cloud.google.com/appengine/docs/standard/python/sockets/))
|
Loading…
Reference in a new issue