aboutsummaryrefslogtreecommitdiffstats
path: root/python/task_server/globeop.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/task_server/globeop.py')
-rw-r--r--python/task_server/globeop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/task_server/globeop.py b/python/task_server/globeop.py
index 91e5f5a0..054f0138 100644
--- a/python/task_server/globeop.py
+++ b/python/task_server/globeop.py
@@ -58,7 +58,7 @@ def get_gpg():
gpg = gnupg.GPG(gpgbinary=r'"c:\\Program Files (x86)\\GNU\\GnuPG\\gpg2.exe"',
gnupghome=os.path.join(os.getenv('APPDATA'), "gnupg"))
elif os.name == 'posix':
- gpg = gnupg.GPG(gnupghome='/home/guillaume/.gnupg')
+ gpg = gnupg.GPG(gnupghome='/srv/http/.gnupg')
gpg.encoding = 'utf8'
return gpg