DmitrMakeev commited on
Commit
b6d5c55
·
verified ·
1 Parent(s): d45f31c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1719,7 +1719,7 @@ def add_data_ver():
1719
  'ws_st': request.args.get('ws_st', '_'),
1720
  'ws_stop': request.args.get('ws_stop', '_'),
1721
  'web_st': request.args.get('web_st', '_'),
1722
- 'fin_prog': request.args.get('fin_prog', '0'),
1723
  'b_city': request.args.get('b_city', '_'),
1724
  'b_fin': request.args.get('b_fin', '_'),
1725
  'b_ban': request.args.get('b_ban', '_'),
 
1719
  'ws_st': request.args.get('ws_st', '_'),
1720
  'ws_stop': request.args.get('ws_stop', '_'),
1721
  'web_st': request.args.get('web_st', '_'),
1722
+ 'fin_prog': request.args.get('fin_prog', '5'),
1723
  'b_city': request.args.get('b_city', '_'),
1724
  'b_fin': request.args.get('b_fin', '_'),
1725
  'b_ban': request.args.get('b_ban', '_'),