1
0
mirror of https://github.com/laurivosandi/certidude synced 2024-12-22 08:15:18 +00:00

Remove unused setproctitle import

This commit is contained in:
Lauri Võsandi 2017-08-16 23:30:27 +03:00
parent 9745367ebd
commit c45a5df773

View File

@ -1256,7 +1256,6 @@ def certidude_cron():
@click.option("-f", "--fork", default=False, is_flag=True, help="Fork to background")
def certidude_serve(port, listen, fork):
import pwd
from setproctitle import setproctitle
from certidude import authority, const, push
if port == 80: