Remove undo listener variable in cloudflare (#52227)

* remove undo listener variable in cloudflare

* Update const.py

* Update __init__.py

* Update __init__.py
This commit is contained in:
Chris Talkington 2021-06-27 15:58:49 -05:00 committed by GitHub
parent 0d689eefd6
commit 8b47faa840
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 15 deletions

View file

@ -5,9 +5,6 @@ DOMAIN = "cloudflare"
# Config
CONF_RECORDS = "records"
# Data
DATA_UNDO_UPDATE_INTERVAL = "undo_update_interval"
# Defaults
DEFAULT_UPDATE_INTERVAL = 60 # in minutes