chansung commited on
Commit
056838c
·
1 Parent(s): cdbf7cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -276,8 +276,8 @@ def channel_num(btn_title):
276
  choice = 0
277
 
278
  for idx, channel in enumerate(channels):
279
- if channel == btn_title:
280
- choice = idx
281
 
282
  return choice
283
 
 
276
  choice = 0
277
 
278
  for idx, channel in enumerate(channels):
279
+ if channel == btn_title:
280
+ choice = idx
281
 
282
  return choice
283