Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yachty66 committed Jun 26, 2024
1 parent 2bab581 commit 3a68527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resident_advisor.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def main():
proxy_password = os.environ.get("PROXY_PASSWORD")
proxy_url = os.environ.get("PROXY_URL")
supabase_url=os.environ.get("SUPABASE_URL")
print("TEST", os.environ.get("TEST"))
print("proxy username", proxy_username)
print("supabaseurl", supabase_url)
print("proxy password", proxy_password)
Expand Down

0 comments on commit 3a68527

Please sign in to comment.