mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 09:37:27 +00:00
rm evm from var name (#445)
This commit is contained in:
parent
a5c55bc0ff
commit
e5e7147a78
@ -65,10 +65,10 @@ def send_alert(webhook_url):
|
|||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
webhook_url = os.environ.get("EVM_SLACK_WEBHOOK_URL")
|
webhook_url = os.environ.get("SLACK_WEBHOOK_URL")
|
||||||
|
|
||||||
if not webhook_url:
|
if not webhook_url:
|
||||||
print("ERROR: EVM_SLACK_WEBHOOK_URL environment variable is required")
|
print("ERROR: SLACK_WEBHOOK_URL environment variable is required")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
send_alert(webhook_url)
|
send_alert(webhook_url)
|
||||||
Loading…
Reference in New Issue
Block a user