Skip to content

Commit

Permalink
Add handle errors example to READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
mahenzon committed Aug 14, 2018
1 parent 61df533 commit 91ea575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- [Buy elephant](buy-elephant.py)
- [FSM example \(Finite State Machine\)](FSM_games.py)
- [Skip Handlers, log requests](skip_handler_log_everything.py)
- [Handle errors](handle-errors.py)
- [Get uploaded images](get_images.py)
- [Upload an image](upload_image.py)
- [Get quota status and delete an image](quota_status_and_delete_image.py)
Expand Down
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- [Купи слона](buy-elephant.py)
- [Работа с FSM на примере игры \(Finite State Machine - Машина состояний\)](FSM_games.py)
- [Пропускаем хэндлеры, логгируем запросы](skip_handler_log_everything.py)
- [Ловим ошибки](handle-errors.py)
- [Проверить загруженные изображения](get_images.py)
- [Загрузить изображение](upload_image.py)
- [Проверить занятое место и удалить изображение](quota_status_and_delete_image.py)
Expand Down

0 comments on commit 91ea575

Please sign in to comment.