@ -7,7 +7,7 @@ from pathlib import Path
from flask import Flask, g, jsonify, render_template, request, session
BASE_DIR = Path(__file__).resolve().parent
DB_PATH = BASE_DIR / "schiffe_versenken.db"
DB_PATH = str(BASE_DIR / "schiffe_versenken.db")
BOARD_SIZE = 10
FLEET = [
The note is not visible to the blocked user.