I am making custom Splunk command that looks to see if today a holiday and changes the threshold if it is. if it's a holiday, would I just use "if" command to change the threshold value.
Current python code
# changing threshold value
if today != us_holidays:
int()
>>> "123131241".isdigit()
True