mirror of
https://github.com/Tanmoy741127/lumi.git
synced 2022-12-02 00:02:32 +03:00
Spell correction of the word sever for server
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import gunicorn.app.base
|
||||
|
||||
'''
|
||||
Development sever for RPC
|
||||
In production, use gunicorn daemon to manage the server
|
||||
Development server for RPC
|
||||
In production, use gunicorn daemon to manage the server.
|
||||
'''
|
||||
class DevelopmentServer(gunicorn.app.base.BaseApplication):
|
||||
def __init__(self, app, options=None):
|
||||
@@ -17,4 +17,4 @@ class DevelopmentServer(gunicorn.app.base.BaseApplication):
|
||||
self.cfg.set(key.lower(), value)
|
||||
|
||||
def load(self):
|
||||
return self.application
|
||||
return self.application
|
||||
|
||||
Reference in New Issue
Block a user