1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00

fix install_dir

This commit is contained in:
Salamandar 2024-01-30 15:02:44 +01:00
parent 4fd524134a
commit 0ac8cbb574

View file

@ -6,7 +6,7 @@ import sys
# Import crypto from pgadmin project __PYTHON_VERSION__
python_version = str(sys.version_info[0]) + "." + str(sys.version_info[1])
crypto = SourceFileLoader('crypto', '/opt/yunohost/pgadmin/lib/python' +
crypto = SourceFileLoader('crypto', '/var/www/pgadmin/lib/python' +
python_version + '/site-packages/pgadmin4/pgadmin/utils/crypto.py').load_module()
# Get arguments