Jason Caro commited on
Commit
4bad312
·
1 Parent(s): a4dc352

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ async def init():
37
  await msg.send()
38
 
39
  # Read text from a .txt file
40
- with open('./data/aerodynamic_drag.txt', 'r') as f:
41
  aerodynamic_drag_data = f.read()
42
 
43
  # Split the text into smaller chunks
 
37
  await msg.send()
38
 
39
  # Read text from a .txt file
40
+ with open('./data/aerodynamic_drag.txt', 'r', encoding='Windows-1252') as f:
41
  aerodynamic_drag_data = f.read()
42
 
43
  # Split the text into smaller chunks