(env) [root@iZm5edp55jwpn9ovl6hp6aZ radius-1xtest]# ./env/bin/python run.py
Traceback (most recent call last):
File "run.py", line 3, in
from app import app
File "/srun3/www/eduroam/radius-1xtest/app/init.py", line 9, in
from app import views
File "/srun3/www/eduroam/radius-1xtest/app/views.py", line 28
data = request.get_json()
^
TabError: inconsistent use of tabs and spaces in indentation
(env) [root@iZm5edp55jwpn9ovl6hp6aZ radius-1xtest]#
(env) [root@iZm5edp55jwpn9ovl6hp6aZ radius-1xtest]# ./env/bin/python run.py
Traceback (most recent call last):
File "run.py", line 3, in
from app import app
File "/srun3/www/eduroam/radius-1xtest/app/init.py", line 9, in
from app import views
File "/srun3/www/eduroam/radius-1xtest/app/views.py", line 28
data = request.get_json()
^
TabError: inconsistent use of tabs and spaces in indentation
(env) [root@iZm5edp55jwpn9ovl6hp6aZ radius-1xtest]#