Delete file path

This commit is contained in:
José De Freitas 2021-02-06 14:59:51 -05:00 committed by GitHub
parent db5b3e4fe3
commit c1fb5320ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,5 @@
from rules import (content_about, featured_playlists, youtubers_names)
file_readme = './../readme.md'
with open(file_readme, 'r') as read_readme:
content_readme = read_readme.readlines()
def main():
"""
Main function. Used specifically to call print results