Skip to content

Instantly share code, notes, and snippets.

@wozozo
Created December 28, 2009 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wozozo/264605 to your computer and use it in GitHub Desktop.
Save wozozo/264605 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
# coding: utf-8
import logging
import time
def main():
while(1):
time.sleep(1)
logging.warn(u'ちんこ')
if __name__ == '__main__':
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment