mirror of
https://github.com/JoseDeFreitas/awesome-youtubers.git
synced 2024-12-22 13:55:08 -05:00
Move file directories
This commit is contained in:
parent
d5b623991a
commit
e01cf285c8
@ -1,7 +1,7 @@
|
|||||||
import pathlib
|
import pathlib
|
||||||
|
|
||||||
here = pathlib.Path(__file__).parent
|
here = pathlib.Path(__file__).parent
|
||||||
file_readme = here / '../../readme.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 / '../../readme.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 / '../../readme.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,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"Tech_With_Tim": 11,
|
"Tech_With_Tim": 0,
|
||||||
"Derek_Banas": 0,
|
"Derek_Banas": 0,
|
||||||
"Don_Jones": 0,
|
"Don_Jones": 0,
|
||||||
"Corey_Schafer": 0,
|
"Corey_Schafer": 0,
|
Loading…
Reference in New Issue
Block a user