Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Z-Bolt/OctoScreen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'octoprintApis/JobRequest.go')
-rwxr-xr-xoctoprintApis/JobRequest.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/octoprintApis/JobRequest.go b/octoprintApis/JobRequest.go
index c8a6808..773669d 100755
--- a/octoprintApis/JobRequest.go
+++ b/octoprintApis/JobRequest.go
@@ -15,7 +15,7 @@ type JobRequest struct{}
// Do sends an API request and returns the API response.
func (cmd *JobRequest) Do(client *Client) (*dataModels.JobResponse, error) {
- bytes, err := client.doJsonRequest("GET", JobApiUri, nil, nil)
+ bytes, err := client.doJsonRequest("GET", JobApiUri, nil, nil, true)
if err != nil {
return nil, err
}