comment unused code
This commit is contained in:
parent
61263b3a99
commit
c677f6459c
1 changed files with 4 additions and 4 deletions
|
@ -29,10 +29,10 @@ def __get_player_personal_data():
|
|||
|
||||
@pages_account.route('/')
|
||||
def index():
|
||||
from wotstats.tasks import hello
|
||||
# from wotstats.tasks import *
|
||||
|
||||
hello.delay()
|
||||
# from wotstats.tasks import hello
|
||||
# # from wotstats.tasks import *
|
||||
#
|
||||
# hello.delay()
|
||||
|
||||
if not g.user:
|
||||
return redirect(url_for('pages_home.index'))
|
||||
|
|
Reference in a new issue