forked from orbit-oss/flask
Merge pull request #548 from SimonSapin/patch-6
Remove the unused `ScriptNameStripper.to_strip` in the FastCGI doc example
This commit is contained in:
commit
c01d36aabd
1 changed files with 0 additions and 2 deletions
|
|
@ -95,8 +95,6 @@ Set yourapplication.fcgi::
|
|||
from yourapplication import app
|
||||
|
||||
class ScriptNameStripper(object):
|
||||
to_strip = '/yourapplication.fcgi'
|
||||
|
||||
def __init__(self, app):
|
||||
self.app = app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue