fix (Table): Return method after save_query.
This commit is contained in:
@@ -95,6 +95,7 @@ class Table:
|
|||||||
Decorator to add a saved query to the table.
|
Decorator to add a saved query to the table.
|
||||||
"""
|
"""
|
||||||
self.queries[func.__name__] = func
|
self.queries[func.__name__] = func
|
||||||
|
return func
|
||||||
|
|
||||||
|
|
||||||
class Row:
|
class Row:
|
||||||
|
|||||||
Reference in New Issue
Block a user