From 6bbc4e7c365a683d55f583f6a187f7e42c86a03c Mon Sep 17 00:00:00 2001 From: Xavi Ivars Date: Sun, 27 Aug 2023 09:47:41 +0200 Subject: [PATCH] Update TOR: fix macOs --- tor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tor/__init__.py b/tor/__init__.py index dca5c25..affd0c4 100644 --- a/tor/__init__.py +++ b/tor/__init__.py @@ -32,7 +32,7 @@ def get(): download_data( version, - url=d['downloads']['osx64']['ALL']['binary'], + url=d['downloads']['macos']['ALL']['binary'], get_size=True, os='osx' ),