W Pythonie pojawia się błąd: Exception: (<type 'exceptions.AttributeError'>, AttributeError("'str' object has no attribute 'read'",), <traceback object at 0x1543ab8>) Podany kod Pythona: def getEntries (self, sub): url = 'http://www.reddit.com/' if (sub != ''): url += 'r/' +...