mirror of
https://gitlab.com/LazyLibrarian/LazyLibrarian.git
synced 2026-02-06 10:47:15 +00:00
Message changes
This commit is contained in:
parent
5206d0188d
commit
c9203cfac2
@ -32,7 +32,9 @@ if sys.version_info < MIN_PYTHON_VERSION:
|
||||
sys.stderr.write("This version of Lazylibrarian requires Python %d.%d or later.\n" % MIN_PYTHON_VERSION)
|
||||
exit(0)
|
||||
|
||||
# args required for issue #2547, we get passed (signum, stack)
|
||||
|
||||
# args required for issue #2547, we get passed (signum, stack) but don't use them
|
||||
# noinspection PyUnusedLocal
|
||||
def sig_shutdown(*args):
|
||||
lazylibrarian.SIGNAL = 'shutdown'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user