linux2 doesn't exist since Python 3.3
authorlouisabraham <louis.abraham@yahoo.fr>
Fri, 7 Dec 2018 14:39:07 +0000 (15:39 +0100)
committerlouisabraham <louis.abraham@yahoo.fr>
Fri, 7 Dec 2018 14:39:07 +0000 (15:39 +0100)
https://docs.python.org/3/library/sys.html#sys.platform

ffpass/__init__.py

index 076050be84fb1664ec9cca8e90841db34af0ea59..e43395dff287534a519892bb8be57e44e1d92fc1 100755 (executable)
@@ -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: