mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-10 04:28:34 +03:00
8 lines
151 B
Python
8 lines
151 B
Python
# Statuses
|
|
STATUS_FAILURE = "FAILURE"
|
|
STATUS_PENDING = "PENDING"
|
|
STATUS_SUCCESS = "SUCCESS"
|
|
|
|
# AA CLI CONFIGS
|
|
SHEET_ID = "--gsheet_feeder_db.sheet_id"
|