Skip to content

Commit

Permalink
saving
Browse files Browse the repository at this point in the history
  • Loading branch information
hj2116 committed Feb 9, 2025
1 parent f0efebe commit 9428ef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion landing.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# 📌 Load API Key
load_dotenv()
API_KEY = os.getenv("API_KEY")
API_KEY = "ad96e72d43ad9c0a3e39125921b15882"
BASE_URL = "http://api.nessieisreal.com"
HEADERS = {"Content-Type": "application/json"}
CUSTOMER_ID = ["67a7aa2f9683f20dd518bc17", "67a7e5fb9683f20dd518bdea"]
Expand Down
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# 📌 Load API Key
load_dotenv()

API_KEY = os.getenv("API_KEY")
API_KEY = "ad96e72d43ad9c0a3e39125921b15882"
BASE_URL = "http://api.nessieisreal.com"
HEADERS = {"Content-Type": "application/json"}

Expand Down

0 comments on commit 9428ef2

Please sign in to comment.