From eb260f2872ff43fc8f114fac5c6bb9420ad8152f Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 8 Sep 2024 17:09:49 -0400 Subject: [PATCH] removed entry not being referenced at all --- apprise/plugins/matrix.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/apprise/plugins/matrix.py b/apprise/plugins/matrix.py index e61ccbc592..05b30afd40 100644 --- a/apprise/plugins/matrix.py +++ b/apprise/plugins/matrix.py @@ -179,9 +179,6 @@ class NotifyMatrix(NotifyBase): # Throttle a wee-bit to avoid thrashing request_rate_per_sec = 0.5 - # Our Matrix API Version - matrix_api_version = '3' - # How many retry attempts we'll make in the event the server asks us to # throttle back. default_retries = 2