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:
parent
4fd524134a
commit
0ac8cbb574
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue