We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70c524 commit 27fc03fCopy full SHA for 27fc03f
src/microdot/microdot.py
@@ -944,7 +944,6 @@ def __init__(self):
944
self.after_request_handlers = []
945
self.after_error_request_handlers = []
946
self.error_handlers = {}
947
- self.shutdown_requested = False
948
self.options_handler = self.default_options_handler
949
self.debug = False
950
self.server = None
0 commit comments