mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-04-30 23:00:30 +00:00
5 lines
148 B
Python
5 lines
148 B
Python
# Common constants used across processors
|
|
|
|
# Price data tracking constants
|
|
PRICE_DATA_TRACK_ACCEPT = 'accepted'
|
|
PRICE_DATA_TRACK_REJECT = 'rejected' |