minor changes

This commit is contained in:
Izalia Mae 2021-04-15 17:01:22 -04:00
parent 0d18205d17
commit 7f23bd9ece
2 changed files with 1 additions and 1 deletions

View file

@ -356,7 +356,6 @@ class CustomRows(object):
def update_session(self, s, dict_data={}, **data):
dict_data.update(data)
self._update(dict_data)
print(dict_data)
return s.update(row=self, **dict_data)

View file

@ -194,6 +194,7 @@ DefaultLog = logger['default']
'''aliases for default logger's log output functions'''
log = DefaultLog.log
critical = DefaultLog.critical
error = DefaultLog.error
warning = DefaultLog.warning