From b25d6360ab257a6c74ddada197e48bdd162b0f70 Mon Sep 17 00:00:00 2001 From: Nino van Hooff Date: Wed, 22 Jan 2020 11:53:48 +0100 Subject: [PATCH] More documentation for UltimakerCloudScope --- plugins/Toolbox/src/UltimakerCloudScope.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Toolbox/src/UltimakerCloudScope.py b/plugins/Toolbox/src/UltimakerCloudScope.py index c0bd0eca93..14583d7d59 100644 --- a/plugins/Toolbox/src/UltimakerCloudScope.py +++ b/plugins/Toolbox/src/UltimakerCloudScope.py @@ -8,6 +8,7 @@ from cura.CuraApplication import CuraApplication ## Add a Authorization header to the request for Ultimaker Cloud Api requests. # When the user is not logged in or a token is not available, a warning will be logged +# Also add the user agent headers (see DefaultUserAgentScope) class UltimakerCloudScope(DefaultUserAgentScope): def __init__(self, application: CuraApplication): super().__init__(application)