Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
Proper English, h/t to Anantyanta
  • Loading branch information
lekeno committed Nov 16, 2024
1 parent 367dd32 commit b90e42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edr/edrserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def __process_inara_response(self, resp):

try:
if body["header"]["eventStatus"] == 400:
EDRLOG.log(u"Too much requests for Inara.", "INFO")
EDRLOG.log(u"Too many requests for Inara.", "INFO")
self.backoff["Inara"].throttle()
return None
if body["events"][0]["eventStatus"] == 204:
Expand Down

0 comments on commit b90e42e

Please sign in to comment.