Awell00 commited on
Commit
b7e88e3
·
1 Parent(s): 6bdeb04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ def signal_to_binary_between_times(filename):
190
 
191
  decoded_binary_string = decode_rs(binary_string_decoded, 20)
192
 
193
- return binary_string_decoded
194
 
195
  #-----------------Interface-----------------#
196
 
 
190
 
191
  decoded_binary_string = decode_rs(binary_string_decoded, 20)
192
 
193
+ return decoded_binary_string
194
 
195
  #-----------------Interface-----------------#
196