moonraker: configure the tornado http client to use the curl backend

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan
2021-09-21 08:32:24 -04:00
parent 73d3eae8ae
commit e76e83d8c1
2 changed files with 6 additions and 3 deletions

View File

@@ -460,8 +460,6 @@ class CommandHelper:
self.scmd_error = shell_cmd.error
self.build_shell_command = shell_cmd.build_shell_command
self.pkg_updater: Optional[PackageDeploy] = None
AsyncHTTPClient.configure(None, defaults=dict(user_agent="Moonraker"))
self.http_client = AsyncHTTPClient()
self.github_request_cache: Dict[str, CachedGithubResponse] = {}