Houston-ARTCC / zhuartcc.org

Website for Virtual Houston ARTCC based on the Django framework.
https://zhuartcc.org
MIT License
6 stars 3 forks source link

KeyError: 'transfers' #42

Closed sentry-io[bot] closed 3 years ago

sentry-io[bot] commented 3 years ago

Sentry Issue: HOUSTON-ARTCC-2

KeyError: 'transfers'
  File "django/core/handlers/exception.py", line 47, in inner
    response = get_response(request)
  File "django/core/handlers/base.py", line 179, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "zhuartcc/decorators.py", line 31, in inner
    return func(request, *args, **kwargs)
  File "/home/zhuartcc/zhuartcc.org/zhuartcc.org/apps/administration/views.py", line 48, in view_transfers
    'transfers': transfers['transfers'],
MikeRomaa commented 3 years ago

Resolved by 1877c4cd3eeadf8ef1be6c179c218a720d3af073.