Added #!
As a user, I don't want to specify how to run the script, I just want to run it.pull/4/head
parent
e3b8b3e6e4
commit
340ef5a52a
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import codecs
|
import codecs
|
||||||
import http.server
|
import http.server
|
||||||
|
|
Loading…
Reference in New Issue