Skip to content

Commit 5d95b6e

Browse files
authored
fix: improve User-Agent string clarity (#33)
1 parent 013b9bf commit 5d95b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peakbagger/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __init__(self, rate_limit_seconds: float = 2.0) -> None:
3232
# Set a clear user agent
3333
self.session.headers.update(
3434
{
35-
"User-Agent": f"peakbagger-cli/{__version__} (personal use; https://github.com/yourusername/peakbagger-cli)"
35+
"User-Agent": f"peakbagger-cli/{__version__} (Python CLI tool; https://github.com/yourusername/peakbagger-cli)"
3636
}
3737
)
3838

0 commit comments

Comments
 (0)