Skip to content

Commit

Permalink
Update device_list.py
Browse files Browse the repository at this point in the history
Remove potentially sensitive information.
  • Loading branch information
carTloyal123 authored Jul 21, 2024
1 parent 4949a2c commit 5265e52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/testing/device_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
wyze_sdk.set_file_logger('wyze_sdk', filepath='wyze_out.txt', level=wyze_sdk.logging.DEBUG)
mars_base_url = 'https://wyze-mars-service.wyzecam.com'
email = '[email protected]'
psswd = 'YSHR*U*GVgn$*@u*@eT7EQ9e9r4w@bc5jGKdui&*^U84DW2o&Hcpitz@k$^F'
key_id = '8b47866c-fbf4-4cd4-894f-694836da9887'
api_key='AGzyRnvy4ysoicTwOlJxxNJgq9toGXEZaJDfor8k5rSvnGdUJjvkyncKV03r'
deviceId = "GW_BE1_7C78B2A2AD34"
psswd = os.enviornment["WYZE_PASSWORD"]
key_id = os.environment["WYZE_KEY_ID"]
api_key = os.environment["WYZE_API_KEY"]
deviceId = os.environment["WYZE_DOORBELL_DEVICE_ID"]

last_token_fetch_time = 0
current_response = None
Expand Down

0 comments on commit 5265e52

Please sign in to comment.