weather.py readme update

This commit is contained in:
Ja.KooLit 2023-10-18 13:02:48 +09:00
parent e4c71182d4
commit c4cd51b875

View File

@ -1,6 +1,7 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# From https://raw.githubusercontent.com/rxyhn/dotfiles/main/home/rxyhn/modules/desktop/waybar/scripts/waybar-wttr.py # From https://raw.githubusercontent.com/rxyhn/dotfiles/main/home/rxyhn/modules/desktop/waybar/scripts/waybar-wttr.py
## ensure to insert city inside ""
city = "" city = ""
import json import json
import requests import requests