Guest User

Untitled

a guest
May 4th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. import meinheld
  2. from app import application
  3.  
  4. meinheld.listen(("0.0.0.0", 9808))
  5. meinheld.run(application)
Add Comment
Please, Sign In to add comment