mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
chore: remove old hacky "test" code
This commit is contained in:
parent
44ad774ada
commit
3fcfdb2c8e
1 changed files with 0 additions and 3 deletions
|
|
@ -9,9 +9,6 @@ app = Flask(__name__)
|
|||
|
||||
store = StoreManager(Path("/tmp/store.db"))
|
||||
|
||||
testh = Haiku("hello world this is a haiku (not)")
|
||||
some_uuid = store.save_haiku(testh)
|
||||
|
||||
|
||||
@app.route("/")
|
||||
def index_view():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue