if os.path.isfile(self.filename):
            with open(self.filename, 'r') as thefile:
                data += thefile.read()