mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Fix satellite mode redirect endpoint
This commit is contained in:
2
app.py
2
app.py
@@ -481,7 +481,7 @@ def login():
|
|||||||
@app.route('/')
|
@app.route('/')
|
||||||
def index() -> str:
|
def index() -> str:
|
||||||
if request.args.get('mode') == 'satellite':
|
if request.args.get('mode') == 'satellite':
|
||||||
return redirect(url_for('satellite.dashboard'))
|
return redirect(url_for('satellite.satellite_dashboard'))
|
||||||
|
|
||||||
tools = {
|
tools = {
|
||||||
'rtl_fm': check_tool('rtl_fm'),
|
'rtl_fm': check_tool('rtl_fm'),
|
||||||
|
|||||||
Reference in New Issue
Block a user