Skip to content

Commit

Permalink
Set the user-agent header back to "akismet.py".
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Jan 2, 2024
1 parent eaa993d commit 2e80174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/akismet/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# -------------------------------------------------------------------------------

USER_AGENT = (
f"akismet/{_version.LIBRARY_VERSION} | Python/"
f"akismet.py/{_version.LIBRARY_VERSION} | Python/"
f"{sys.version_info.major}.{sys.version_info.minor}.{sys.version_info.micro}"
)

Expand Down

0 comments on commit 2e80174

Please sign in to comment.