5 lines
103 B
Python
Executable File
5 lines
103 B
Python
Executable File
import os
|
|
import sys
|
|
|
|
if __name__ == "__main__":
|
|
os.system("gunicorn -w 4 -b 0.0.0.0:1025 app:app") |