Skip to content

Commit

Permalink
Update smarthome.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DewGew authored Sep 28, 2023
1 parent 05e137e commit 0d315ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smarthome.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def fulfillment():
newSettings = {
'authtoken':newToken
}
save_settings(newsettings, user_id)
save_settings(newSettings, user_id)

return {}

Expand Down

0 comments on commit 0d315ca

Please sign in to comment.