Skip to content

Commit

Permalink
fix polls demo run application (#1487)
Browse files Browse the repository at this point in the history
* fix polls demo run application

* update contributors and changes files
  • Loading branch information
toidi authored and asvetlov committed Dec 18, 2016
1 parent 03adf23 commit 904682c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ CHANGES
- Fix bug with https proxy acquired cleanup #1340

- Use UTF-8 as the default encoding for multipart text parts #1484

- Fix polls demo run application
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Dmitry Shamov
Dmitry Trofimov
Dmytro Kuznetsov
Dustin J. Mitchell
Eduard Iskandarov
Elizabeth Leddy
Enrique Saez
Erich Healy
Expand Down
3 changes: 2 additions & 1 deletion demos/polls/aiohttpdemo_polls/__main__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import sys
from aiohttpdemo_polls.main import main

main()
main(sys.argv[1:])

0 comments on commit 904682c

Please sign in to comment.