Update microblog.py

This commit is contained in:
Brady-Malott 2023-02-26 21:32:15 -05:00 committed by GitHub
parent 64d4a433be
commit a2cf7254c7
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.models import User, Post, Message, Notification, Task
print('test2')
print('test')
app = create_app()
cli.register(app)