Revert "Add multiprocessing semaphore prefix"

This reverts commit 731d5c9baf.
This commit is contained in:
JonnyWong16 2023-02-26 15:17:04 -08:00
parent cd3ff6eed7
commit ce45321e3f
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -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():
"""