|
|
|
@ -2,7 +2,7 @@ |
|
|
|
# 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 "" |
|
|
|
## ensure to insert city inside "" |
|
|
|
city = "Busan" |
|
|
|
city = "" |
|
|
|
import json |
|
|
|
import json |
|
|
|
import requests |
|
|
|
import requests |
|
|
|
from datetime import datetime |
|
|
|
from datetime import datetime |
|
|
|
|