Skip to content

Commit

Permalink
update readme and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
erewok committed Feb 20, 2017
1 parent 86839c5 commit 69e82d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*~
.stack-work/
build/
examples/api.py
examples/*py
__pycache__
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,3 @@ $ stack build --flag servant-py:example
$ stack exec servant-py-exe
$ cat examples/api.py
```

## TODO

1. Add Tests Pronto!
2. Fix `urllib.parse.quote` on non-string args. Need to know more about what's getting passed or convert all to strings.

0 comments on commit 69e82d1

Please sign in to comment.