mirror of
https://github.com/JoseDeFreitas/awesome-youtubers.git
synced 2025-01-03 11:30:49 -05:00
Change list path
This commit is contained in:
parent
f2b67d98b8
commit
e509a796b1
@ -1,7 +1,7 @@
|
|||||||
import pathlib
|
import pathlib
|
||||||
|
|
||||||
here = pathlib.Path(__file__).parent
|
here = pathlib.Path(__file__).parent
|
||||||
file_readme = here / '../../test.md'
|
file_readme = here / '../../readme.md'
|
||||||
with open(file_readme, 'r') as read_readme:
|
with open(file_readme, 'r') as read_readme:
|
||||||
content = read_readme.readlines()
|
content = read_readme.readlines()
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import pathlib
|
import pathlib
|
||||||
|
|
||||||
here = pathlib.Path(__file__).parent
|
here = pathlib.Path(__file__).parent
|
||||||
file_readme = here / '../../test.md'
|
file_readme = here / '../../readme.md'
|
||||||
with open(file_readme, 'r') as read_readme:
|
with open(file_readme, 'r') as read_readme:
|
||||||
content = read_readme.readlines()
|
content = read_readme.readlines()
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import pathlib
|
import pathlib
|
||||||
|
|
||||||
here = pathlib.Path(__file__).parent
|
here = pathlib.Path(__file__).parent
|
||||||
file_readme = here / '../../test.md'
|
file_readme = here / '../../readme.md'
|
||||||
with open(file_readme, 'r') as read_readme:
|
with open(file_readme, 'r') as read_readme:
|
||||||
content = read_readme.readlines()
|
content = read_readme.readlines()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user