Created
November 8, 2013 16:17
-
-
Save huntwelch/7373493 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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