Guest User

Untitled

a guest
Oct 23rd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. import celery
  2.  
  3.  
  4. @celery.task()
  5. def print_hello():
  6. logger = print_hello.get_logger()
  7. logger.info("Hello")
Add Comment
Please, Sign In to add comment