comment unused code

This commit is contained in:
Vyacheslav Anzhiganov 2017-09-21 11:47:05 +03:00
parent 61263b3a99
commit c677f6459c

View file

@ -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'))