Fix minori

This commit is contained in:
mac12m99
2021-10-12 19:34:28 +02:00
parent f34269245c
commit 7270bda78e
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ def read_nfo(path_nfo, item=None):
@rtype: tuple (str, Item)
"""
head_nfo = ""
it = None
it = Item()
data = filetools.read(path_nfo)