mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03: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 datetime
|
||||
import locale
|
||||
import multiprocessing
|
||||
import pytz
|
||||
import signal
|
||||
import shutil
|
||||
|
@ -47,6 +48,8 @@ elif common.PLATFORM == 'Darwin':
|
|||
signal.signal(signal.SIGINT, plexpy.sig_handler)
|
||||
signal.signal(signal.SIGTERM, plexpy.sig_handler)
|
||||
|
||||
multiprocessing.current_process()._config['semprefix'] = '/tautulli.tautulli.mp'
|
||||
|
||||
|
||||
def main():
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue