diff options
Diffstat (limited to 'debug_toolbar/views.py')
| -rw-r--r-- | debug_toolbar/views.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debug_toolbar/views.py b/debug_toolbar/views.py index 5d41f77..07e38d9 100644 --- a/debug_toolbar/views.py +++ b/debug_toolbar/views.py @@ -9,7 +9,7 @@ from debug_toolbar.toolbar import DebugToolbar  def render_panel(request):      """Render the contents of a panel""" -    toolbar = DebugToolbar.fetch(int(request.GET['storage_id'])) +    toolbar = DebugToolbar.fetch(request.GET['storage_id'])      if toolbar is None:          content = _("Data for this panel isn't available anymore. "                      "Please reload the page and retry.") | 
