Update path

This commit is contained in:
José De Freitas 2021-02-06 15:04:51 -05:00 committed by GitHub
parent 88f499069c
commit cbfeea5a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
file_readme = '../../readme.md'
file_readme = '.././readme.md'
with open(file_readme, 'r') as read_readme:
content_readme = read_readme.readlines()