add: log messages woth python module 'logging' instead of print
This commit is contained in:
@@ -3,7 +3,7 @@ from flask import session, render_template
|
||||
from user import User
|
||||
from database import *
|
||||
from functools import wraps
|
||||
|
||||
import logging
|
||||
|
||||
def requires_baron(fn):
|
||||
@wraps(fn)
|
||||
|
||||
Reference in New Issue
Block a user