this repo has no description

change user agent back

+1 -1
+1 -1
appview/podcastindex/auth.go
··· 16 16 "X-Auth-Date": {now}, 17 17 "X-Auth-Key": {apiKey}, 18 18 "Authorization": {hex.EncodeToString(hash[:])}, 19 - "User-Agent": {"effem/1.0"}, 19 + "User-Agent": {"effem-appview/1.0"}, 20 20 } 21 21 }