QueenS5Ella commited on
Commit
07f51d8
·
verified ·
1 Parent(s): 81fe49a

Update bot.py

Browse files
Files changed (1) hide show
  1. bot.py +1 -1
bot.py CHANGED
@@ -26,7 +26,7 @@ with open("PEDIATRIC PULMONOLOGY.txt", "r", encoding="utf-8") as file1:
26
  for line in file1:
27
  text1 = file1.read(100000)
28
 
29
- with open("PEDIATRIC PULMONOLOGY 2 (1).txt", "r", encoding="utf-8") as file2:
30
  for line in file2:
31
  text2 = file2.read(100000)
32
 
 
26
  for line in file1:
27
  text1 = file1.read(100000)
28
 
29
+ with open("PEDIATRIC PULMONOLOGY 2.txt", "r", encoding="utf-8") as file2:
30
  for line in file2:
31
  text2 = file2.read(100000)
32