diff --git a/http-server b/http-server index cc95bbc..8ce63b9 100755 --- a/http-server +++ b/http-server @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#coding=utf-8 from http import server from urllib import parse