Don't remove so many arguments
This commit is contained in:
parent
6ee01205cc
commit
71adee4820
1 changed files with 1 additions and 1 deletions
2
hypo.hy
2
hypo.hy
|
@ -138,6 +138,6 @@ If no lexer is found fallback onto the text lexer."
|
|||
(+ web.ctx.home "/" *prefix* (get h 0) "\n")))]])
|
||||
|
||||
(defun hypo-start [argv]
|
||||
(let ((sys.argv (cdr (cdr sys.argv)))
|
||||
(let ((sys.argv (cdr sys.argv))
|
||||
(app (web.application urls (globals))))
|
||||
(.run app)))
|
||||
|
|
Loading…
Reference in a new issue