Skip to content

Commit bfd5a4e

Browse files
authored
Removed python package myopic dependency
1 parent 8fafa56 commit bfd5a4e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bin/Blog_reader.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
for i in range(0, size):
1010
piu = data[i]
1111
heading = piu.find("a").get_text()
12-
for n in range(84):
13-
print ("-", end=" ")
14-
print ('{}{}'.format(' ' * (int(columns / 2 - len(heading) / 2)), heading))
1512
for n in range(84):
1613
print ("-", end=" ")
1714
main_content = piu.find(class_="content").get_text()

0 commit comments

Comments
 (0)