Skip to content

Commit

Permalink
clear token
Browse files Browse the repository at this point in the history
  • Loading branch information
danwetherald committed Oct 23, 2020
1 parent 47432d4 commit dada74a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.lua filter=gitignore
3 changes: 2 additions & 1 deletion hammerspoon/monitors.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
local path = "http://192.168.1.103:8123/api/services/scene/turn_on"


local headers = {
["Authorization"] = "Bearer ***REMOVED***",
["Authorization"] = "Bearer " .. token,
["Content-Type"] = "application/json"
}

Expand Down

0 comments on commit dada74a

Please sign in to comment.