mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
venv dir
This commit is contained in:
parent
6356ba687a
commit
6f9a12342c
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', '/var/www/pgadmin/lib/python' +
|
||||
crypto = SourceFileLoader('crypto', '/var/www/pgadmin/venv/lib/python' +
|
||||
python_version + '/site-packages/pgadmin4/pgadmin/utils/crypto.py').load_module()
|
||||
|
||||
# Get arguments
|
||||
|
|
Loading…
Add table
Reference in a new issue