Skip to content

Commit cf40ed0

Browse files
authored
Fixed table formating of tag list (#145)
1 parent 608ea61 commit cf40ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readit/view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def print_all_tags(self, tag_list):
4343
if tag_list:
4444
for tag_in_list in tag_list:
4545
table_tag.append_row(tag_in_list)
46-
print(table_tag)
46+
print(table_tag)
4747
else:
4848
print("Tags list is empty.")
4949

0 commit comments

Comments
 (0)