'NoneType' object is not subscriptable
Traceback (most recent call last):
File "/home/django/django_project/sm/smviews.py", line 119, in index
output = inner(request, choice)
File "/home/django/django_project/sm/smviews.py", line 56, in inner
output = octobillPage(request)
File "/home/django/django_project/sm/smtest.py", line 1289, in octobillPage
t = load_transactions(key)
File "/home/django/django_project/sm/smtest.py", line 1116, in load_transactions
variables = {'apiKey': key[10:]}
TypeError: 'NoneType' object is not subscriptable