Merge ce04cbdd8e
into f349a2686c
This commit is contained in:
commit
939cf464d4
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import logging
|
||||
import hashlib
|
||||
|
||||
import yaml
|
||||
import oyaml as yaml
|
||||
|
||||
import ycast.vtuner as vtuner
|
||||
import ycast.generic as generic
|
||||
|
|
|
@ -133,6 +133,8 @@ def upstream(path):
|
|||
return my_stations_landing()
|
||||
if 'loginXML.asp' in path:
|
||||
return landing()
|
||||
if 'LoginXML.asp' in path:
|
||||
return landing()
|
||||
logging.error("Unhandled upstream query (/setupapp/%s)", path)
|
||||
abort(404)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue