Traceback (most recent call last):
File "report.py", line 8, in
from parse import *
File "\~/YouTube-Report/parse.py", line 17, in
class HTML:
File "\~/YouTube-Report/parse.py", line 19, in HTML
htmlWatch = open(watchHistory, 'r', encoding='utf-8').read()
TypeError: 'encoding' is an invalid keyword argument for this function
Traceback (most recent call last): File "report.py", line 8, in
from parse import *
File "\~/YouTube-Report/parse.py", line 17, in
class HTML:
File "\~/YouTube-Report/parse.py", line 19, in HTML
htmlWatch = open(watchHistory, 'r', encoding='utf-8').read()
TypeError: 'encoding' is an invalid keyword argument for this function