Skip to content

Commit fa8110a

Browse files
authored
Merge pull request #101 from ZhouRongqi/master
update the show.py
2 parents 1edcd40 + 2987827 commit fa8110a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zoomeye/show.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ def printf(s, color="white"):
6767
}
6868

6969
# default color
70-
default = '\033[0m' # item default color
71-
print('{}{}{}'.format(colors.get(color, "WHITE"), s, default))
70+
Default = '\033[0m' # item default color
71+
print('{}{}{}'.format(colors.get(color, "WHITE"), s, Default))
7272

7373

7474
def show_host_default_data(data_list, count):

0 commit comments

Comments
 (0)