From 1475a18bcb0864cb47285cb05dbc4c3dc714164c Mon Sep 17 00:00:00 2001 From: louisabraham Date: Fri, 7 Dec 2018 15:39:07 +0100 Subject: [PATCH] linux2 doesn't exist since Python 3.3 https://docs.python.org/3/library/sys.html#sys.platform --- ffpass/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ffpass/__init__.py b/ffpass/__init__.py index 076050b..e43395d 100755 --- a/ffpass/__init__.py +++ b/ffpass/__init__.py @@ -199,7 +199,6 @@ def addNewLogins(key, jsonLogins, logins): def guessDir(): dirs = { "darwin": "~/Library/Application Support/Firefox", - "linux2": "~/.mozilla/firefox", "linux": "~/.mozilla/firefox", } if sys.platform in dirs: -- 2.52.0