Files
egbim_qa_platform/apps/secretary-api/.venv-migrate/bin/idna
T
root 33453ecc55
Deploy staging / deploy (push) Failing after 6s
Initial deployment setup
2026-08-31 16:45:24 +09:00

7 lines
204 B
Python
Executable File

#!/home/b24014/baron_qa/apps/secretary-api/.venv-migrate/bin/python
import sys
from idna.cli import main
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(main())