Python 3 Start
This commit is contained in:
parent
9f029c8ceb
commit
141fe8d80c
67 changed files with 264 additions and 274 deletions
|
@ -5,4 +5,4 @@ from sqlalchemy.orm import scoped_session, sessionmaker
|
|||
|
||||
@hook.command
|
||||
def dbtest(inp, db=None):
|
||||
print db
|
||||
print(db)
|
Reference in a new issue