diff --git a/Notes-about-GAE---Google-App-Engine.md b/Notes-about-GAE---Google-App-Engine.md new file mode 100644 index 0000000..b0fe5ae --- /dev/null +++ b/Notes-about-GAE---Google-App-Engine.md @@ -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' +``` \ No newline at end of file