Skip to content

Commit 5cb1f93

Browse files
committed
Rename thingy
1 parent e339cfe commit 5cb1f93

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ class User(base):
1414
base.metadata.create_all()
1515

1616
print(User)
17-
print(User.__table__ )
17+
print(User.__table__)
1818

1919
@hook.command
2020
def test(text, db):
21-
User.__table__.create()
2221
name = text.split(" ", 1)[0]
2322
data = text.split(" ", 1)[1]
2423

0 commit comments

Comments
 (0)