Skip to content

Commit

Permalink
Fixing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
paulie committed Sep 16, 2015
1 parent 460b7da commit 9ac1fb4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
rest:
image: pdonorio/py3api
hostname: restapi
command: ./rest.py
# DEBUG
# command: sleep 1234567890
#command: sleep 1234567890
command: ./rest.py
tty: true
stdin_open: true
#########################
Expand Down
3 changes: 2 additions & 1 deletion mind.TODO
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ TO DO:
☐ A more extensible mock
✔ method inside ExtendedApiResource to specify a different endpoint @done (15-09-16 13:56)
✔ configuration option to specify one or more module file to look for endpoints classes @done (15-09-16 17:25)
☐ refactoring?
☐ refactoring: create a configuration module
☐ examples of post, put, delete
☐ rename mock.py in services.py

TO FIX:
✔ cors @done (15-09-11 12:46)
Expand Down
2 changes: 1 addition & 1 deletion mylibs/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

""" Flask hello world """

import logging, sys
import logging
logger = logging.getLogger(__name__)

####################################
Expand Down

0 comments on commit 9ac1fb4

Please sign in to comment.