Skip to content

Commit

Permalink
fix(constants): Fix accept key for request header
Browse files Browse the repository at this point in the history
Co-authored-by: Nico Flaig <nflaig@protonmail.com>
  • Loading branch information
TobiWo and nflaig committed Apr 28, 2023
1 parent a186caf commit f381527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duties/constants/program.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
REQUEST_TIMEOUT = (3, 5)
REQUEST_CONNECTION_ERROR_WAITING_TIME = 2
REQUEST_READ_TIMEOUT_ERROR_WAITING_TIME = 5
REQUEST_HEADER = {"Content-type": "application/json", "Accept": "text/plain"}
REQUEST_HEADER = {"Content-type": "application/json", "Accept": "application/json"}
PRINTER_TIME_FORMAT = "%M:%S"
GRACEFUL_TERMINATOR = GracefulTerminator(
floor(ARGUMENTS.mode_cicd_waiting_time / ARGUMENTS.interval)
Expand Down

0 comments on commit f381527

Please sign in to comment.