polybar: ns token angepasst

This commit is contained in:
Michael Grote 2021-08-18 08:37:53 +02:00
parent ebebd88e0a
commit 3a93eff69e

View file

@ -1,5 +1,5 @@
#!/bin/bash
api_url=$(curl -s -X GET "https://nightscout.mgrote.net/api/v1/entries/sgv?count=1&token=polybar-ae6fe2720f2c30f4")
api_url=$(curl -s -X GET "https://nightscout.mgrote.net/api/v1/entries/sgv?count=1&token=polybar-dbd088fd5b49a4da")
#echo $api_url
if [ $? -ne 0 ]; then
echo "---"