Spaces:
Running
Running
from fastapi import FastAPI | |
from fastapi.responses import HTMLResponse | |
import os | |
keepalive = FastAPI() | |
def root(): | |
return "<html><body><p>This is the space for my discord bot (@xcx0902-bot)</p></body></html>" | |
def root_head(): | |
return "OK" | |
os.system("python app.py 1>/dev/null 2>/dev/null &") |