Browse Source

Fix accidental typo in app.py.

tags/v1.0^2
Severyn Kozak 10 years ago
parent
commit
2155622329
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app.py

+ 1
- 1
app.py View File

@@ -8,7 +8,7 @@ import flask
from json import dumps
from flask import Flask, make_response, render_template, request
from bitshift import assets
from bitshift.database import Database
from bitshift.database import Database
from bitshift.languages import LANGS
from bitshift.query import parse_query, QueryParseException



Loading…
Cancel
Save