Update path

This commit is contained in:
José De Freitas 2021-02-06 15:03:31 -05:00 committed by GitHub
parent c1fb5320ff
commit 88f499069c
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()