mirror of
https://github.com/elisspace/core.git
synced 2026-09-03 22:39:58 +00:00
6 lines
142 B
Python
6 lines
142 B
Python
"""Constants for Nextcloud integration."""
|
|
from datetime import timedelta
|
|
|
|
DOMAIN = "nextcloud"
|
|
DEFAULT_SCAN_INTERVAL = timedelta(seconds=60)
|