mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Use os.pathsep for PYTHONPATH
This commit is contained in:
parent
f81649c4d3
commit
35778cfe72
1 changed files with 1 additions and 1 deletions
|
@ -3000,7 +3000,7 @@ class SCRIPTS(Notifier):
|
|||
'TAUTULLI_URL': helpers.get_plexpy_url(hostname='localhost'),
|
||||
'TAUTULLI_APIKEY': plexpy.CONFIG.API_KEY,
|
||||
'TAUTULLI_ENCODING': plexpy.SYS_ENCODING,
|
||||
'PYTHONPATH': (';' if os.name == 'nt' else ':').join(sys.path)
|
||||
'PYTHONPATH': os.pathsep.join(sys.path)
|
||||
})
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue