Skip to content

Commit

Permalink
ffda-geolocate: don't hardcode API key
Browse files Browse the repository at this point in the history
Mommy told me i should not leak my API keys. kthanks

Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron committed Jul 27, 2024
1 parent 6d60923 commit 0e73142
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ fi

# Get the current location
ip link set dev wlan0 up
clocate -p google -k AIzaSyA6ox6kpT0PXoxepY77xudrhJ9Y9W5Birc
clocate -p google -k "$API_KEY"
ip link set dev wlan0 down

0 comments on commit 0e73142

Please sign in to comment.