Update main.py

thx reinout
This commit is contained in:
2022-11-30 15:45:35 +01:00
committed by GitHub
parent 5cb6dba886
commit e69226ce3c

View File

@@ -18,7 +18,7 @@ class Root(object):
def index(self, *args, **kwargs):
answer = ""
with open('data.txt') as f:
with open('data.txt',encoding='utf8') as f:
context = f.read()
f.close()