removed error BeautifulTable

This commit is contained in:
mh4x0f 2020-02-04 21:21:56 -03:00
parent 903e2685e9
commit 47ff3dae15

View File

@ -40,7 +40,7 @@ class TableWidget(BeautifulTable):
self.bottom_border_char = '' self.bottom_border_char = ''
self.header_seperator_char = '-' self.header_seperator_char = '-'
self.row_seperator_char = '' self.row_seperator_char = ''
self.intersection_char = '' # self.intersection_char = ''
self.column_seperator_char = '|' self.column_seperator_char = '|'
def get_sizeobject(self): def get_sizeobject(self):