Skip to content

Commit

Permalink
fix failing GHA pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
SpasovskiFilip committed Aug 16, 2024
1 parent c76e8f2 commit b04aa20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
UPDATE_PROXY = os.getenv('UPDATE_PROXY')
UPDATE_TTL = os.getenv('UPDATE_TTL')
DOMAINS_LIST = []
CF_ZONE_ID_LIST = []
DNS_RECORD_COMMENT_KEY_LIST = []
# Calcualte values from above variables
if DOMAINS is not None:
DOMAINS_LIST = DOMAINS.split(',')
Expand Down

0 comments on commit b04aa20

Please sign in to comment.