diff --git a/compiler/datasheet/datasheet.py b/compiler/datasheet/datasheet.py index b459d46c..ce84c22c 100644 --- a/compiler/datasheet/datasheet.py +++ b/compiler/datasheet/datasheet.py @@ -40,7 +40,7 @@ class datasheet(): openram_logo = base64.b64encode(image_file.read()) - self.html += 'VLSIDA'.format(str(vlsi_logo)[2:-1],str(openram_logo)[2:-1]) + self.html += 'VLSIDA'.format(str(vlsi_logo)[2:-1])