MySafeCode commited on
Commit
988cf16
·
verified ·
1 Parent(s): 9374e90

Update binapp2.py

Browse files
Files changed (1) hide show
  1. 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
- print(self.api_key)
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