diff --git a/smarthome.py b/smarthome.py index 2992e7c..a5bc372 100644 --- a/smarthome.py +++ b/smarthome.py @@ -350,7 +350,7 @@ def fulfillment(): newSettings = { 'authtoken':newToken } - save_settings(newsettings, user_id) + save_settings(newSettings, user_id) return {}