Update binapp2.py
Browse files- binapp2.py +1 -1
binapp2.py
CHANGED
|
@@ -8,7 +8,7 @@ from typing import List, Dict, Optional
|
|
| 8 |
class BinericAPI:
|
| 9 |
def __init__(self):
|
| 10 |
self.api_key = os.environ.get("Key")
|
| 11 |
-
|
| 12 |
if not self.api_key or self.api_key == "YOUR_API_KEY":
|
| 13 |
raise ValueError("API Key not found. Please add your API key in the 'Secrets' tab (Key = 'YOUR_API_KEY')")
|
| 14 |
|
|
|
|
| 8 |
class BinericAPI:
|
| 9 |
def __init__(self):
|
| 10 |
self.api_key = os.environ.get("Key")
|
| 11 |
+
|
| 12 |
if not self.api_key or self.api_key == "YOUR_API_KEY":
|
| 13 |
raise ValueError("API Key not found. Please add your API key in the 'Secrets' tab (Key = 'YOUR_API_KEY')")
|
| 14 |
|