Commit ddd18e10 authored by ibuler's avatar ibuler

[Debug] debug print error

parent a7558821
#!/usr/bin/env python
# coding: utf-8
import os
import subprocess
......@@ -6,7 +7,6 @@ import threading
import time
import argparse
import sys
import signal
import io
from apps import __version__
......@@ -146,6 +146,7 @@ if __name__ == '__main__':
choices=("all", "gunicorn", "celery", "beat"),
help="The service to start",
)
print("开始执行")
args = parser.parse_args()
try:
start_service(args.services)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment