Files
GNX-WEB/gnx-react/venv/bin/celery
Iliyan Angelov d48c54e2c5 update
2025-10-07 22:10:27 +03:00

8 lines
223 B
Python
Executable File

#!/home/gnx/Desktop/GNX-WEB/gnx-react/venv/bin/python3
import sys
from celery.__main__ import main
if __name__ == '__main__':
if sys.argv[0].endswith('.exe'):
sys.argv[0] = sys.argv[0][:-4]
sys.exit(main())