mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Created Notes about GAE - Google App Engine (markdown)
parent
6d9faa0bc8
commit
ee1c543c64
1 changed files with 10 additions and 0 deletions
10
Notes-about-GAE---Google-App-Engine.md
Normal file
10
Notes-about-GAE---Google-App-Engine.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
**NOTE: This page needs more work**
|
||||
|
||||
***
|
||||
|
||||
Make sure to add this block to `app.yaml` (see [1393](https://github.com/python-telegram-bot/python-telegram-bot/issues/1393)):
|
||||
|
||||
```
|
||||
env_variables:
|
||||
GAE_USE_SOCKETS_HTTPLIB : 'true'
|
||||
```
|
Loading…
Reference in a new issue