more requirements error info

pull/2038/head
meisnate12 7 months ago
parent 8e52a84293
commit 73abdc8124

@ -15,8 +15,8 @@ try:
from plexapi import server
from plexapi.exceptions import NotFound
from plexapi.video import Show, Season
except (ModuleNotFoundError, ImportError):
print("Requirements Error: Requirements are not installed")
except (ModuleNotFoundError, ImportError) as ie:
print(f"Requirements Error: Requirements are not installed ({ie})")
sys.exit(0)
system_versions = {

Loading…
Cancel
Save