mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
parent
af3e5574f5
commit
731d5c9baf
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,7 @@ import appdirs
|
||||||
import argparse
|
import argparse
|
||||||
import datetime
|
import datetime
|
||||||
import locale
|
import locale
|
||||||
|
import multiprocessing
|
||||||
import pytz
|
import pytz
|
||||||
import signal
|
import signal
|
||||||
import shutil
|
import shutil
|
||||||
|
@ -47,6 +48,8 @@ elif common.PLATFORM == 'Darwin':
|
||||||
signal.signal(signal.SIGINT, plexpy.sig_handler)
|
signal.signal(signal.SIGINT, plexpy.sig_handler)
|
||||||
signal.signal(signal.SIGTERM, plexpy.sig_handler)
|
signal.signal(signal.SIGTERM, plexpy.sig_handler)
|
||||||
|
|
||||||
|
multiprocessing.current_process()._config['semprefix'] = '/tautulli.tautulli.mp'
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue