第一次提交:阿龙电竞 Django 后端最新版本
This commit is contained in:
7
venv_prod/bin/sqlformat
Normal file
7
venv_prod/bin/sqlformat
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/opt/1panel/apps/openresty/openresty/www/sites/119.28.221.247.1199/django/venv_prod/bin/python3
|
||||
import sys
|
||||
from sqlparse.__main__ import main
|
||||
if __name__ == '__main__':
|
||||
if sys.argv[0].endswith('.exe'):
|
||||
sys.argv[0] = sys.argv[0][:-4]
|
||||
sys.exit(main())
|
||||
Reference in New Issue
Block a user