Update microblog.py

This commit is contained in:
Brady-Malott 2023-02-26 19:54:51 -05:00 committed by GitHub
parent a94977a174
commit 887b2de385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from app import create_app, db, cli from app import create_app, db, cli
from app.models import User, Post, Message, Notification, Task from app.models import User, Post, Message, Notification, Task
print('test') print('test2')
app = create_app() app = create_app()
cli.register(app) cli.register(app)