mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
drop_privileges() is only used by the linkchecker command. Move installing SIGUSR1 handler to the linkchecker command only - fixes intermittent test failures.
3 lines
60 B
Python
3 lines
60 B
Python
from .command.linkchecker import linkchecker
|
|
|
|
linkchecker()
|