fix symbols in transacion name
This commit is contained in:
6
main.py
6
main.py
@@ -10,7 +10,11 @@ import io
|
||||
app = FastAPI()
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
logging.basicConfig(filename='rico-to-ghostfolio.log', level=logging.INFO)
|
||||
logging.basicConfig(
|
||||
level=logging.INFO,
|
||||
format="%(asctime)s - %(name)s - %(levelname)s - %(message)s",
|
||||
datefmt="%Y-%m-%d %H:%M:%S",
|
||||
)
|
||||
|
||||
@app.post("/brokerage")
|
||||
async def convert_pdf(file: UploadFile = File(...)):
|
||||
|
||||
Reference in New Issue
Block a user