Guest User

Untitled

a guest
Jan 17th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. is_cron = request.headers.get('X-Appengine-Cron', False)
  2. if not is_cron:
  3. return 'Bad Request', 400
Add Comment
Please, Sign In to add comment