From 3e8a6f553a4ce10df70268188c8d4c72e4695c46 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 6 Dec 2015 15:52:14 +0530 Subject: [PATCH] Minor styling fix --- plinth/modules/tor/tor.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plinth/modules/tor/tor.py b/plinth/modules/tor/tor.py index 8a9f26334..ae80da907 100644 --- a/plinth/modules/tor/tor.py +++ b/plinth/modules/tor/tor.py @@ -92,8 +92,7 @@ def on_install(): actions.superuser_run('tor', ['enable-apt-transport-tor']) -@package.required(['tor', 'tor-geoipdb', 'torsocks', - 'obfs4proxy', +@package.required(['tor', 'tor-geoipdb', 'torsocks', 'obfs4proxy', 'apt-transport-tor'], on_install=on_install) def index(request):