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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ 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
 
115
  with open("sbs96.txt","rb") as txt_file:
116
  sbs96_all_bytes = txt_file.read()
117
  txt_file.close()
118
+ with open("sbs1536.txt","rb") as txt_file:
119
  sbs96_all_bytes = txt_file.read()
120
  txt_file.close()
121
  return sbs96_all_bytes, sbs1536_all_bytes