Guest User

Untitled

a guest
Jun 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. git diff app.py
  2. diff --git a/kissme/app.py b/kissme/app.py
  3. index 936d8e3..332c54c 100755
  4. --- a/kissme/app.py
  5. +++ b/kissme/app.py
  6. @@ -539,7 +539,7 @@ class start:
  7. f.setlastlogin300()
  8. key=facebookstuff.APP_NAME+'newstart'+str(uid)
  9. return utils.renderpage(key, 'pick.html')
  10. - return web.render('pick.html')
  11. + #return web.render('pick.html')
Add Comment
Please, Sign In to add comment