mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-05-03 16:21:06 +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' |