mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
Change os.name to common.PLATFORM
This commit is contained in:
parent
9ee2c1f7a6
commit
e6befab6bb
3 changed files with 5 additions and 5 deletions
|
@ -3179,7 +3179,7 @@ class WebInterface(object):
|
|||
|
||||
# Enable or disable system startup
|
||||
if startup_changed:
|
||||
if os.name == 'nt':
|
||||
if common.PLATFORM == 'Windows':
|
||||
windows.set_startup()
|
||||
|
||||
# Get new server URLs for SSL communications and get new server friendly name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue