fix: Add escape char for curl rendering and format python files
This commit is contained in:
@@ -2,7 +2,8 @@ from flask import Blueprint, make_response, request
|
||||
from tools import error_response
|
||||
import requests
|
||||
|
||||
app = Blueprint('podcast', __name__)
|
||||
app = Blueprint("podcast", __name__)
|
||||
|
||||
|
||||
@app.route("/ID1")
|
||||
def index():
|
||||
|
||||
Reference in New Issue
Block a user