summaryrefslogtreecommitdiff
path: root/coinfetch.py
diff options
context:
space:
mode:
Diffstat (limited to 'coinfetch.py')
-rw-r--r--coinfetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coinfetch.py b/coinfetch.py
index 31cea75..1570c28 100644
--- a/coinfetch.py
+++ b/coinfetch.py
@@ -69,8 +69,8 @@ _INDEX = {
}
_PATH = [
- '/usr/share/coinfetch',
dirname(realpath(__file__)),
+ '/usr/share/coinfetch',
join(expanduser('~'), '.coinfetch')
]