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