Skip to content

Instantly share code, notes, and snippets.

@huntwelch
Created November 8, 2013 16:17
Show Gist options
  • Select an option

  • Save huntwelch/7373493 to your computer and use it in GitHub Desktop.

Select an option

Save huntwelch/7373493 to your computer and use it in GitHub Desktop.
File "medulla.py", line 81, in <module>
connect = Medulla()
File "medulla.py", line 35, in __init__
self.brain.monitor(self.sock)
File "/usr/home/peter/bots/mongo/cortex.py", line 138, in monitor
self.parse(line)
File "/usr/home/peter/bots/mongo/cortex.py", line 241, in parse
self.linker(urls)
File "/usr/home/peter/bots/mongo/cortex.py", line 290, in linker
if not urlbase.ok:
AttributeError: 'bool' object has no attribute 'ok'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment