Skip to content

Commit

Permalink
bfg
Browse files Browse the repository at this point in the history
  • Loading branch information
danwetherald committed Oct 23, 2020
1 parent d45f691 commit 7fefc56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ nvim/undo/**.*
.DS_Store
Spoons
lang_servers
replacements.txt
2 changes: 1 addition & 1 deletion hammerspoon/monitors.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local path = "http://192.168.1.103:8123/api/services/scene/turn_on"

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

Expand Down

0 comments on commit 7fefc56

Please sign in to comment.