Skip to content

Commit

Permalink
Testing response markpbaggett#2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat Jordan committed May 18, 2020
1 parent 9057860 commit b3939a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/moldybreadpkg/fedora.nim
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ method populate_results*(this: FedoraRequest): seq[string] {. base .} =
while token.len > 0:
try:
# debug
preflight = this.client.get(request)
preflight = this.client.request(request, httpMethod = HttpGet)
stdout.write("\n")
stdout.write(preflight.status)
stdout.write("\n")
Expand Down

0 comments on commit b3939a2

Please sign in to comment.