Update app.py
Browse files
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', '
|
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', '_'),
|