mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 16:25:17 +00:00
Remove unused setproctitle import
This commit is contained in:
parent
9745367ebd
commit
c45a5df773
@ -1256,7 +1256,6 @@ def certidude_cron():
|
|||||||
@click.option("-f", "--fork", default=False, is_flag=True, help="Fork to background")
|
@click.option("-f", "--fork", default=False, is_flag=True, help="Fork to background")
|
||||||
def certidude_serve(port, listen, fork):
|
def certidude_serve(port, listen, fork):
|
||||||
import pwd
|
import pwd
|
||||||
from setproctitle import setproctitle
|
|
||||||
from certidude import authority, const, push
|
from certidude import authority, const, push
|
||||||
|
|
||||||
if port == 80:
|
if port == 80:
|
||||||
|
Loading…
Reference in New Issue
Block a user