From be1803c174bab1acd9207c1e57f8b4307845daae Mon Sep 17 00:00:00 2001 From: Anon Date: Sun, 18 Feb 2024 02:44:50 -0800 Subject: [PATCH] Removed useless class variables --- src/main.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main.py b/src/main.py index c792c07..c41b139 100755 --- a/src/main.py +++ b/src/main.py @@ -26,11 +26,6 @@ import contextlib import logging class CloudflairAPI: - domain_name = None - cf_api_key = None - cf_zone_id = None - cf_record_id = None - def __init__(self, domain_name, cf_api_key, cf_zone_id, cf_record_id): self.domain_name = domain_name self.cf_api_key = cf_api_key