Skip to content

Instantly share code, notes, and snippets.

@Tendrid
Created May 16, 2012 01:02
Show Gist options
  • Save Tendrid/2706459 to your computer and use it in GitHub Desktop.
Save Tendrid/2706459 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/gevent/pywsgi.py", line 438, in handle_one_response
self.run_application()
File "/usr/lib/python2.7/dist-packages/gevent/pywsgi.py", line 425, in run_application
self.process_result()
File "/usr/lib/python2.7/dist-packages/gevent/pywsgi.py", line 414, in process_result
for data in self.result:
File "/usr/local/lib/python2.7/dist-packages/werkzeug/wsgi.py", line 513, in next
return self._next()
File "/usr/local/lib/python2.7/dist-packages/werkzeug/wrappers.py", line 829, in iter_encoded
for item in self.response:
File "/home/tendrid/git/SimpleSeer/SimpleSeer/views.py", line 98, in generate
if interval < 1:
UnboundLocalError: local variable 'interval' referenced before assignment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment