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:
parent
9745367ebd
commit
c45a5df773
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user