mirror of
https://github.com/USA-RedDragon/badnest.git
synced 2025-09-06 21:21:54 +01:00
Remove credentials
That's what I get for pushing right before bed. I anticipated this luckily so that was a temp password (normally use a password manager) If you don't already use a password manager, please look into it, keepass is a great start, free and open source
This commit is contained in:
@@ -33,7 +33,7 @@ class NestAPI():
|
||||
self._login(email, password)
|
||||
self.update()
|
||||
|
||||
def _login(self, email = 'jacob.a.mcswain@gmail.com', password = 'ttlshiwwyaJ@'):
|
||||
def _login(self, email, password):
|
||||
r = requests.post(f'{API_URL}/session', json={
|
||||
'email': email,
|
||||
'password': password
|
||||
|
Reference in New Issue
Block a user