Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kipanshi committed Dec 11, 2012
1 parent 0bb63a8 commit e3707ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -9,15 +9,15 @@ for debugging GAE python code (as GAE restricts writes).
Usage:
=====

Run server:
Run server::

python debug_server.py

In your code just put somewhere:
In your code just put somewhere::

from debug_server import debug
debug(your_data)

Then check ``debug.log`` in the same folder as ``debug_server.py``
Then check ``debug.log`` in the same folder as ``debug_server.py``::

tail -f debug.log

0 comments on commit e3707ac

Please sign in to comment.