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

Update app.py

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