Fix indentation for Plex webhook error message

This commit is contained in:
Rikiar
2023-12-19 12:26:46 +01:00
parent 5c5fe8d114
commit 02c97f1535

View File

@@ -133,8 +133,8 @@ def receive_plex_webhook(
logging.info(f"Metadata for item {plex_json['Metadata']['ratingKey']} refreshed successfully.")
except Exception as e:
logging.error(f"Failed to refresh metadata for item {plex_json['Metadata']['ratingKey']}: {e}")
else:
print("This doesn't appear to be a properly configured Plex webhook, please review the instructions again!")
else:
print("This doesn't appear to be a properly configured Plex webhook, please review the instructions again!")
return ""