Files
changedetection.io/changedetectionio/processors/constants.py
T
2025-03-19 15:24:02 +01:00

5 lines
148 B
Python

# Common constants used across processors
# Price data tracking constants
PRICE_DATA_TRACK_ACCEPT = 'accepted'
PRICE_DATA_TRACK_REJECT = 'rejected'