allow utf-8 characters in Daemon.py

-amit really wants the shrug emoji ¯\_(ツ)_/¯
This commit is contained in:
hackrush 2018-07-24 12:48:43 -04:00 committed by Jack Robison
parent a741fdfc44
commit 005a8b3008
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -1,3 +1,4 @@
# coding=utf-8
import binascii import binascii
import logging.handlers import logging.handlers
import mimetypes import mimetypes