removed unwanted whitespaces
This commit is contained in:
+3
-2
@@ -130,12 +130,12 @@ class Servers:
|
||||
config.update(options)
|
||||
sys.argv = ['anyserver.py']
|
||||
class GunicornApplication(Application):
|
||||
def init(self, parser, opts, args):
|
||||
def init(self, parser, opts, args):
|
||||
return config
|
||||
def load(self):
|
||||
return app
|
||||
g = GunicornApplication()
|
||||
g.run()
|
||||
g.run()
|
||||
|
||||
@staticmethod
|
||||
def eventlet(app,address, **options):
|
||||
@@ -308,3 +308,4 @@ if __name__=='__main__':
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user