mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-05 20:51:15 -07:00
Revert "Add multiprocessing semaphore prefix"
This reverts commit 731d5c9baf
.
This commit is contained in:
parent
cd3ff6eed7
commit
ce45321e3f
1 changed files with 0 additions and 3 deletions
|
@ -29,7 +29,6 @@ import appdirs
|
|||
import argparse
|
||||
import datetime
|
||||
import locale
|
||||
import multiprocessing
|
||||
import pytz
|
||||
import signal
|
||||
import shutil
|
||||
|
@ -48,8 +47,6 @@ 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