fix: adjust gunicorn.conf.py
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-24 17:46:51 +08:00
parent 2ae347676c
commit 3624b7599a
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
import socket
import os
import platform
import time
import psutil
from apiflask import APIBlueprint
@@ -114,6 +116,7 @@ def get_image_presign_url(query_data):
@api.get('/hello')
def hello():
time.sleep(2)
result_one = f'我是您的专属接口提供服务器:'
result_two = f'我的机器参数如下'
result_three = f'操作系统:{platform.system()}'