Skip to content

Instantly share code, notes, and snippets.

@jsutch
Created May 11, 2016 23:43
Show Gist options
  • Save jsutch/c4a2a35720cba215a4570e9dd6501356 to your computer and use it in GitHub Desktop.
Save jsutch/c4a2a35720cba215a4570e9dd6501356 to your computer and use it in GitHub Desktop.
127.0.0.1 - - [11/May/2016 16:38:13] "GET /success HTTP/1.1" 200 -
^C(venv) Shrdlu:new_environment person$ python hello1.py
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
* Restarting with stat
* Debugger is active!
* Debugger pin code: 128-550-458
127.0.0.1 - - [11/May/2016 16:39:27] "GET /success HTTP/1.1" 200 -
127.0.0.1 - - [11/May/2016 16:39:30] "GET /test HTTP/1.1" 200 -
127.0.0.1 - - [11/May/2016 16:40:28] "GET /test HTTP/1.1" 200 -
127.0.0.1 - - [11/May/2016 16:40:48] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [11/May/2016 16:40:48] "GET /favicon.ico HTTP/1.1" 404 -
127.0.0.1 - - [11/May/2016 16:40:53] "GET /test HTTP/1.1" 200 -
127.0.0.1 - - [11/May/2016 16:40:57] "GET /success HTTP/1.1" 200 -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment