Skip to content

Commit

Permalink
add user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
ckampfe committed Aug 3, 2024
1 parent fa31a3c commit b21aa80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ impl AppImpl {

let http_client = ureq::AgentBuilder::new()
.timeout_read(options.network_timeout)
.user_agent("russ/0.5.0")
.build();

crate::rss::initialize_db(&mut conn)?;
Expand Down

0 comments on commit b21aa80

Please sign in to comment.