From 181acc57a221e093def8db49808c0945be7dbb7c Mon Sep 17 00:00:00 2001 From: Sermet Pekin Date: Wed, 17 Apr 2024 06:02:59 +0300 Subject: [PATCH] . --- evdspy_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/evdspy_test.py b/evdspy_test.py index 5918db4..3142f11 100644 --- a/evdspy_test.py +++ b/evdspy_test.py @@ -31,5 +31,7 @@ def test2(): if __name__ == "__main__": + if not get_api_key(): + raise Exception("No API key provided from environment variables") test1() test2()