Eitan177 commited on
Commit
cfeebbd
·
1 Parent(s): 3106c62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -112,10 +112,10 @@ def showdl(file_to_lookat,to_dl_sbs,to_dl_indel,to_dl_dbs,to_dl_sbs_text,to_dl_i
112
 
113
 
114
  def dl_counts(valforkey):
115
- with open("SBS96.txt","rb") as txt_file:
116
  sbs96_all_bytes = txt_file.read()
117
  txt_file.close()
118
- with open("SBS1536","rb") as txt_file:
119
  sbs96_all_bytes = txt_file.read()
120
  txt_file.close()
121
  return sbs96_all_bytes, sbs1536_all_bytes
 
112
 
113
 
114
  def dl_counts(valforkey):
115
+ with open("sbs96.txt","rb") as txt_file:
116
  sbs96_all_bytes = txt_file.read()
117
  txt_file.close()
118
+ with open("sbs1536","rb") as txt_file:
119
  sbs96_all_bytes = txt_file.read()
120
  txt_file.close()
121
  return sbs96_all_bytes, sbs1536_all_bytes