diff options
author | Starfall <us@starfall.systems> | 2022-12-01 11:37:03 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2022-12-01 11:37:03 -0600 |
commit | d39f6c9ec558fe2d6d5761e88a13ef9dd4152054 (patch) | |
tree | 3c1a0576cc99a9105baf80db50ba159431102a4f | |
parent | 061ecde51d51ebdb5ab8a4d26c944b95c68d88cb (diff) |
rename to meteor
-rwxr-xr-x | meteor.py (renamed from weather.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weather.py b/meteor.py index a30a4e7..a63d304 100755 --- a/weather.py +++ b/meteor.py @@ -7,7 +7,7 @@ import requests base_url = 'https://api.weather.gov' headers = { - 'user-agent': 'Starweather/0.1 (us@starfall.systems)', + 'user-agent': 'meteor.py/0.1 (us@starfall.systems)', 'accept': 'application/ld+json' } |