Skip to content

Commit

Permalink
chore: Remove the unnecessary keys
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ue-Dev committed Jul 2, 2023
1 parent 6dd80bd commit 8524093
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions const.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,3 @@

GOOGLE_CSE = os.getenv("GOOGLE_CSE")
"""CSE Key for Google."""

U_KEY = os.getenv("UBERDUCK_KEY")
"""Uberduck Key."""

U_SECRET = os.getenv("UBERDUCK_SECRET")
"""Uberduck Secret."""

SERPAPI = os.getenv("SERPAPI")
"""SerpAPI Key."""

0 comments on commit 8524093

Please sign in to comment.