diff options
-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' } |