Skip to content

Commit

Permalink
fixed small grammatical issues
Browse files Browse the repository at this point in the history
  • Loading branch information
clajiness committed Jan 2, 2025
1 parent ee92935 commit 4612fd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions qbop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@
response = qbit.qbt_app_set_preferences(forwarded_port, sid)

if response.status == 200
@logger.info("qBit's port has been updated to #{forwarded_port}")
@logger.info("qBit port has been updated to #{forwarded_port}")

# reset counter
counter.reset_qbit_change
counter.reset_qbit_attempt
else
@logger.error("qBit's port was not updated - response code: #{response.status}")
@logger.error("qBit port was not updated - response code: #{response.status}")
end
end
rescue StandardError => e
Expand Down
2 changes: 1 addition & 1 deletion version.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
version: 0.9.4
version: 0.9.5

0 comments on commit 4612fd7

Please sign in to comment.