TKK_E32232028/.venv/bin/gunicorn

7 lines
197 B
Python

#!/home/falih/Documents/faceeeeee/.venv/bin/python
import sys
from gunicorn.app.wsgiapp import run
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(run())