Skip to content

Instantly share code, notes, and snippets.

View CakeLancelot's full-sized avatar

CakeLancelot

View GitHub Profile
from flask import Flask, request
app = Flask(__name__)
import sqlite3
import sys
header = "SUCCESS"
# Opens database in read-only mode
# Checking same thread disabled for now, which is fine since we never modify anything